Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 15, 2015
1 parent 886f433 commit d62840b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- if [ "${WINEGCC}" == '1' ]; then sudo apt-get -qq install g++-4.5; fi
# mingw
#- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install g++-mingw-w64; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install mingw-w64; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install mingw32; fi
# gcov
- if [ "${USE_COVERAGE}" = 'gcov' ]; then sudo easy_install cpp-coveralls; fi
# lcov
Expand All @@ -40,7 +40,8 @@ install:

before_script:
# mingw
- if [ "${MINGW}" == '1' ]; then export CXX=i686-w64-mingw32-g++; fi
- if [ "${MINGW}" == '1' ]; then export CXX=i586-mingw32msvc-g++; fi
#- if [ "${MINGW}" == '1' ]; then export CXX=i686-w64-mingw32-g++; fi
# winegcc
- if [ "${WINEGCC}" == '1' ]; then export CXX=winegcc; fi

Expand Down

0 comments on commit d62840b

Please sign in to comment.