mirror of
https://github.com/thunderbrewhq/typhoon.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
f3fe0b6bbe
commit
385c46807b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -38,7 +38,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/TempestTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue