Skip to content

Commit 37f979c

Browse files
illwieckzVReaperV
authored andcommitted
Fix macOS CI
1 parent 98f27bb commit 37f979c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252
displayName: 'Check out submodules'
5353
- bash: |
5454
set -e
55+
set -x
5556
cmake --version
57+
export CFLAGS='-Wno-c++14-extensions'
58+
export CXXFLAGS='-Wno-c++14-extensions'
5659
cmake -Wdev -Wdeprecated -DUSE_PRECOMPILED_HEADER=0 -DUSE_WERROR=1 -DBE_VERBOSE=1 -DCMAKE_BUILD_TYPE=Release -DBUILD_DUMMY_APP=1 -DBUILD_TESTS=1 -H. -Bbuild
5760
cmake --build build -- -j`sysctl -n hw.logicalcpu`
5861
displayName: 'Build'

0 commit comments

Comments
 (0)