We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beadf4 commit a29a4aaCopy full SHA for a29a4aa
.appveyor.yml
@@ -6,6 +6,6 @@ build_script:
6
- git submodule update --init --recursive
7
- mkdir build
8
- cd build
9
- - cmake ..
+ - cmake -DOPTIONAL_WERROR=ON ..
10
- cmake --build .
11
- C:\projects\optional\build\Debug\tests.exe
.travis.yml
@@ -254,4 +254,4 @@ install:
254
- if [ "$CXX" = "clang++" ]; then export CXX="$COMPILER -stdlib=libc++"; fi
255
- if [ "$CXX" = "g++" ]; then export CXX="$COMPILER"; fi
256
257
-script: mkdir build && cd build && cmake -DCXXSTD=$CXXSTD .. && make && ./tests
+script: mkdir build && cd build && cmake -DCXXSTD=$CXXSTD -DOPTIONAL_WERROR=ON .. && make && ./tests
0 commit comments