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 1717 - secure : " YnhS+8n6B+uoyaYfaJ3Lei7cSJqHDPiKJCKFIF2c87YDfmCvAJke8QtE7IzjYDs7UFkTCM4ox+ph2bERUrxZbSCyEkHdjIZpKuMJfYWja/jgMqTMxdyOH9y8JLFbZsSXDIXDwqBlC6vVyl1fP90M35wuWcNTs6tctfVWVofEFbs="
1818 - GITTEST_INVASIVE_FS_SIZE=1
1919 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"
2222
2323dist : trusty
2424sudo : false
Original file line number Diff line number Diff line change 2323mkdir _build
2424cd _build
2525# 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 $?
2727cmake --build . --target install || exit $?
You can’t perform that action at this time.
0 commit comments