diff options
author | John Fultz <jfultz@wolfram.com> | 2015-10-18 23:47:04 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-10-19 00:36:54 -0500 |
commit | 00a4b2a209ce4b90f4dca4d98b964853ce3196ff (patch) | |
tree | f43a4017244dc14b777092d738bdb0ad9a0c48ee /test | |
parent | 2c2a91a6154a8dafa1415ec546ac07b2486b6743 (diff) |
Fix travis builds.
* Start using g++ 4.8 and clang.
* Fix missing -std=c++11 flags.
* Builds which failed torched remaining builds, which meant more iteration.
Now, they recover and continue correctly.
* Remove some clang compiler warnings generated by Qt files out of my control.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.pro b/test/test.pro index 99a378e..bb04d0c 100644 --- a/test/test.pro +++ b/test/test.pro @@ -26,6 +26,7 @@ win32:!win32-g++ { LIBS += -lquackleio -lquackle } +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register # Input HEADERS += testharness.h trademarkedboards.h |