Skip to content

Commit

Permalink
Squash into github action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Sep 10, 2024
1 parent c62c331 commit ed0ee86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
with:
path: ./src
submodules: recursive
- name: install-js-dependencies
run: |
cd src && yarn
- name: build-js
run: |
cd src && yarn run bundle
yarn run bundle
- 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 ed0ee86

Please sign in to comment.