Skip to content

Commit

Permalink
Move C++ GUI code into a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnp committed Jul 31, 2024
1 parent 9fc0eb5 commit bdda5e9
Show file tree
Hide file tree
Showing 914 changed files with 427 additions and 857 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
- name: Build and test
run: |
mkdir build && cd build
cmake ../virtualbow -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../windows-mingw_64/paths.cmake
cmake ../virtualbow/gui -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../windows-mingw_64/paths.cmake
cmake --build . -j4
cmake --build . --target iss-installer -j4
virtualbow-test
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -62,11 +61,10 @@ jobs:
- name: Build and test
run: |
mkdir build && cd build
cmake ../virtualbow -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../linux-gcc_64/paths.cmake
cmake ../virtualbow/gui -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../linux-gcc_64/paths.cmake
cmake --build . -j4
cmake --build . --target deb-package -j4
cmake --build . --target rpm-package -j4
./virtualbow-test
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -96,14 +94,10 @@ jobs:
- name: Build and test
run: |
mkdir build && cd build
cmake ../virtualbow -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../macos-clang_64/paths.cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
cmake ../virtualbow/gui -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../macos-clang_64/paths.cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
cmake --build . -j4
cmake --build . --target dmg-installer -j4
./virtualbow-test
- name: Display file structure
run: ls -R

- uses: actions/upload-artifact@v4
with:
name: macos-application
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Qt creator
*.user
build

# Visual Studio
CMakeSettings.json
Expand All @@ -10,4 +11,4 @@ out/
*.res

# MacOS
.DS_Store
.DS_Store
294 changes: 0 additions & 294 deletions CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bdda5e9

Please sign in to comment.