Skip to content

Commit

Permalink
Squash into action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Sep 11, 2024
1 parent 3c12931 commit c185c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: build-js
run: |
cd src && yarn run bundle
- name: test-js
run: |
cd src && yarn run test
- name: build-debug
run: |
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_JS=OFF -DXCMAKE_CLANG_TIDY=OFF -DXCMAKE_SYSTEM_GTEST=ON -DXCMAKE_DOXYGEN_WERROR=OFF -DCMAKE_INSTALL_PREFIX=inst -Bbuild src
Expand Down

0 comments on commit c185c14

Please sign in to comment.