mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
let's try to narrow it down
This commit is contained in:
parent
6f1d916ac3
commit
e232d3f168
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -11,7 +11,7 @@ defaults:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -240,6 +240,7 @@ jobs:
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
|
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
|
||||||
-DWARNINGS_ARE_ERRORS=${USE_WAE} \
|
-DWARNINGS_ARE_ERRORS=${USE_WAE} \
|
||||||
|
-DUSE_RTMIDI=OFF \
|
||||||
"${CMAKE_EXTRA_ARGS[@]}"
|
"${CMAKE_EXTRA_ARGS[@]}"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue