Loading .travis.yml +0 −6 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ compiler: - clang - gcc - i686-w64-mingw32-gcc - x86_64-w64-mingw32-gcc env: - CONFIG_OPTS="" Loading @@ -24,16 +23,11 @@ matrix: exclude: - os: osx compiler: i686-w64-mingw32-gcc - os: osx compiler: x86_64-w64-mingw32-gcc before_script: - if [ "$CC" == i686-w64-mingw32-gcc ]; then export CROSS_COMPILE=${CC%%gcc}; unset CC; ./Configure mingw $CONFIG_OPTS; elif [ "$CC" == x86_64-w64-mingw32-gcc ]; then export CROSS_COMPILE=${CC%%gcc}; unset CC; ./Configure mingw64 $CONFIG_OPTS; else ./config $CONFIG_OPTS; fi Loading Loading
.travis.yml +0 −6 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ compiler: - clang - gcc - i686-w64-mingw32-gcc - x86_64-w64-mingw32-gcc env: - CONFIG_OPTS="" Loading @@ -24,16 +23,11 @@ matrix: exclude: - os: osx compiler: i686-w64-mingw32-gcc - os: osx compiler: x86_64-w64-mingw32-gcc before_script: - if [ "$CC" == i686-w64-mingw32-gcc ]; then export CROSS_COMPILE=${CC%%gcc}; unset CC; ./Configure mingw $CONFIG_OPTS; elif [ "$CC" == x86_64-w64-mingw32-gcc ]; then export CROSS_COMPILE=${CC%%gcc}; unset CC; ./Configure mingw64 $CONFIG_OPTS; else ./config $CONFIG_OPTS; fi Loading