Skip to content

Commit

Permalink
Remove testing to build hopefully, good practice yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyZhOon committed May 19, 2024
1 parent 6d03302 commit 73bc740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}

- name: configure
run: cmake -Stest -Bbuild -DCMAKE_BUILD_TYPE=Debug
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug

- name: build
run: cmake --build build -j4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}

- name: configure
run: cmake -Stest -Bbuild -DCMAKE_BUILD_TYPE=Debug #-DENABLE_TEST_COVERAGE=1
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug #-DENABLE_TEST_COVERAGE=1
- name: build
run: cmake --build build -j4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}

- name: configure
run: cmake -Stest -Bbuild
run: cmake -Bbuild

- name: build
run: cmake --build build --config Debug -j4
Expand Down

0 comments on commit 73bc740

Please sign in to comment.