Skip to content

Commit

Permalink
Merge pull request #3346 from uklotzde/cmakeflags
Browse files Browse the repository at this point in the history
Fix naming of CMake build flags env var
  • Loading branch information
uklotzde authored Nov 19, 2020
2 parents 0814bd8 + 734aec1 commit 1ddb095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
CMAKEFLAGS_COMMON: -DCMAKE_BUILD_TYPE=Release -DBATTERY=ON -DBROADCAST=ON -DBULK=ON -DDEBUG_ASSERTIONS_FATAL=ON -DHID=ON -DLILV=ON -DOPUS=ON -DQTKEYCHAIN=ON -DVINYLCONTROL=ON
CMAKE_FLAGS_COMMON: -DCMAKE_BUILD_TYPE=Release -DBATTERY=ON -DBROADCAST=ON -DBULK=ON -DDEBUG_ASSERTIONS_FATAL=ON -DHID=ON -DLILV=ON -DOPUS=ON -DQTKEYCHAIN=ON -DVINYLCONTROL=ON
GTEST_COLOR: 1
CTEST_OUTPUT_ON_FAILURE: 1
# Render analyzer waveform tests to an offscreen buffer
Expand Down

0 comments on commit 1ddb095

Please sign in to comment.