Skip to content

Commit

Permalink
WIP travis CI - enforcing gcc 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Apr 26, 2018
1 parent f311f6e commit 467bd76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os:
- linux

# solution to missing codecvt: upgrade from g++ 4.8 to 5 and unlink
# 1/2 missing codecvt: upgrade from g++ 4.8 to 5
matrix:
include:
- os: linux
Expand Down Expand Up @@ -33,10 +33,9 @@ install:
- sudo apt-get install -qq ccache
script:
- cd deps/discount && ./configure.sh && make ; cd ../..
- echo "g++ version" # debug
- g++ --version # debug
- ls /usr/include/c++/5 # debug
- qmake mindforger.pro
- make
- g++ --version # debug
- g++-5 --version # debug
- make CXX=q++-5 # 2/2 codecvt: ensure that non-default g++ is used
- make check
- sudo make install

0 comments on commit 467bd76

Please sign in to comment.