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 16, 2015
1 parent d62840b commit 569fc51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ install:
- if [ "${WINEGCC}" == '1' ]; then sudo apt-get -qq install wine-dev; fi
- 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 mingw32; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install binutils-mingw-w64-i686; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install gcc-mingw-w64-i686; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install g++-mingw-w64-i686; fi
# gcov
- if [ "${USE_COVERAGE}" = 'gcov' ]; then sudo easy_install cpp-coveralls; fi
# lcov
Expand All @@ -40,8 +41,7 @@ install:

before_script:
# mingw
- if [ "${MINGW}" == '1' ]; then export CXX=i586-mingw32msvc-g++; fi
#- if [ "${MINGW}" == '1' ]; then export CXX=i686-w64-mingw32-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 569fc51

Please sign in to comment.