Skip to content

Commit

Permalink
Install g++ on travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 28, 2017
1 parent 39f62b9 commit 30b3b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiler: gcc

before_install:
- sudo apt-get update -y
- sudo apt-get install -y gcc-mingw-w64-x86-64 gcc-mingw-w64-i686
- sudo apt-get install -y gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-x86-64 g++-mingw-w64-i686
script:
- mkdir build && cd build && cmake ../ && make
- cd ../
Expand Down

0 comments on commit 30b3b15

Please sign in to comment.