|
|
@@ -22,11 +22,11 @@ steps:
|
|
|
source /opt/qt57/bin/qt57-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -59,11 +59,11 @@ steps:
|
|
|
source /opt/qt58/bin/qt58-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -96,11 +96,11 @@ steps:
|
|
|
source /opt/qt59/bin/qt59-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -137,11 +137,11 @@ steps:
|
|
|
source /opt/qt510/bin/qt510-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -178,11 +178,11 @@ steps:
|
|
|
source /opt/qt511/bin/qt511-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -219,11 +219,11 @@ steps:
|
|
|
source /opt/qt511/bin/qt511-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -260,11 +260,11 @@ steps:
|
|
|
source /opt/qt512/bin/qt512-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|
|
|
@@ -301,11 +301,11 @@ steps:
|
|
|
source /opt/qt512/bin/qt512-env.sh &&
|
|
|
mkdir build &&
|
|
|
cd build &&
|
|
|
- cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 ../ &&
|
|
|
+ cmake -D NO_SHIBBOLETH=1 -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=1 -DSANITIZE_ADDRESS=ON ../ &&
|
|
|
make &&
|
|
|
useradd -m -s /bin/bash test &&
|
|
|
chown -R test:test . &&
|
|
|
- su -c 'ctest --output-on-failure' test"
|
|
|
+ su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
|
|
|
trigger:
|
|
|
branch:
|
|
|
- master
|