diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-15 23:00:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-15 23:00:03 +0300 |
commit | 04febee98f22dd2af0c2e712542ba40083be680f (patch) | |
tree | d771f983f2e6c2c46dfb386f4041f29ef859e6ad /tools/ci/jobs/gcc5_sdl2_c++11.sh | |
parent | da003f08612697b6cd1ad145fab7c5abe04fcca9 (diff) | |
download | manaplus-04febee98f22dd2af0c2e712542ba40083be680f.tar.gz manaplus-04febee98f22dd2af0c2e712542ba40083be680f.tar.bz2 manaplus-04febee98f22dd2af0c2e712542ba40083be680f.tar.xz manaplus-04febee98f22dd2af0c2e712542ba40083be680f.zip |
Fix compiler version report in ci scripts.
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_c++11.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_c++11.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc5_sdl2_c++11.sh b/tools/ci/jobs/gcc5_sdl2_c++11.sh index 8c9cc6afd..7c27a853e 100755 --- a/tools/ci/jobs/gcc5_sdl2_c++11.sh +++ b/tools/ci/jobs/gcc5_sdl2_c++11.sh @@ -45,6 +45,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wswitch-bool -Wmemset-transposed-args -Wchkp -Wc++14-compat -Wsized-deallocation \ -Wlogical-not-parentheses" +do_init run_configure --with-sdl2 $* run_make run_check_warnings |