diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-13 17:47:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-13 17:47:30 +0300 |
commit | 2416d2d23197e6291358fc40e32f7af15e7b5fa4 (patch) | |
tree | acb52b99ba7a08020a734931e8774ef92606fea6 /tools/ci/jobs/gccsnapshot.sh | |
parent | ee0ec6535de5b3b9fef83af96de7f72dece0f8b1 (diff) | |
download | plus-2416d2d23197e6291358fc40e32f7af15e7b5fa4.tar.gz plus-2416d2d23197e6291358fc40e32f7af15e7b5fa4.tar.bz2 plus-2416d2d23197e6291358fc40e32f7af15e7b5fa4.tar.xz plus-2416d2d23197e6291358fc40e32f7af15e7b5fa4.zip |
Add ci script for run tests with gcc snapshot.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gccsnapshot.sh b/tools/ci/jobs/gccsnapshot.sh index 6c5e9d106..207f963b2 100755 --- a/tools/ci/jobs/gccsnapshot.sh +++ b/tools/ci/jobs/gccsnapshot.sh @@ -15,7 +15,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ source ./tools/ci/flags/gccsnapshot.sh do_init -run_configure --enable-werror +run_configure --enable-werror $* run_make source ./tools/ci/scripts/exit.sh |