File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- secure : " YnhS+8n6B+uoyaYfaJ3Lei7cSJqHDPiKJCKFIF2c87YDfmCvAJke8QtE7IzjYDs7UFkTCM4ox+ph2bERUrxZbSCyEkHdjIZpKuMJfYWja/jgMqTMxdyOH9y8JLFbZsSXDIXDwqBlC6vVyl1fP90M35wuWcNTs6tctfVWVofEFbs="
18
18
- GITTEST_INVASIVE_FS_SIZE=1
19
19
matrix :
20
- - OPTIONS="-DTHREADSAFE=ON -DENABLE_TRACE=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_WERROR=ON "
21
- - OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON -DENABLE_WERROR=ON "
20
+ - OPTIONS="-DTHREADSAFE=ON -DENABLE_TRACE=ON -DCMAKE_BUILD_TYPE=Release"
21
+ - OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON"
22
22
23
23
dist : trusty
24
24
sudo : false
Original file line number Diff line number Diff line change 23
23
mkdir _build
24
24
cd _build
25
25
# shellcheck disable=SC2086
26
- cmake .. -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
26
+ cmake .. -DBUILD_EXAMPLES=ON -DENABLE_WERROR=ON - DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
27
27
cmake --build . --target install || exit $?
You can’t perform that action at this time.
0 commit comments