Skip to content

Commit

Permalink
cd build
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 20, 2023
1 parent da1e8e6 commit 1f0f18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
conan profile detect --force
conan install . --output-folder=build --build=missing
cd build
cmake .. -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
cmake --build . --config Release
Release\sscad.exe
Expand All @@ -42,6 +43,7 @@ jobs:
run: |
conan profile detect --force
conan install . --output-folder=build --build=missing
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
./sscad

0 comments on commit 1f0f18b

Please sign in to comment.