mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): make build commands more generic in push workflow
This commit is contained in:
parent
be391c6592
commit
22fd74ec1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: cd build && cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
|
||||
|
||||
- name: Build
|
||||
run: cd build && make
|
||||
run: cmake --build build --config ${{ matrix.config.build_type }}
|
||||
|
||||
- name: Test
|
||||
run: ./build/test/StormTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue