make the c++11 build non-strict
There's too much warnings for now
This commit is contained in:
parent
5a8485d225
commit
8bf3a0ddd7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ before_install:
|
|||
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export PLAY_TEST=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CHECK_UTF8=false; fi
|
||||
- if [ "$CXX11" = true ]; then export STRICT_COMPILATION=false; fi
|
||||
|
||||
install:
|
||||
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"
|
||||
|
|
Loading…
Add table
Reference in a new issue