Remove Windows cross compile from Travis
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
bb7b41ad7b
commit
9526f5366d
@ -28,7 +28,6 @@ addons:
|
|||||||
- libprotobuf-dev
|
- libprotobuf-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TRAVIS_GOOS=windows TRAVIS_CGO_ENABLED=1
|
|
||||||
- TRAVIS_GOOS=linux TRAVIS_CGO_ENABLED=1
|
- TRAVIS_GOOS=linux TRAVIS_CGO_ENABLED=1
|
||||||
- TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
|
- TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
|
||||||
|
|
||||||
@ -36,7 +35,6 @@ before_install:
|
|||||||
- uname -r
|
- uname -r
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$TRAVIS_GOOS" = "windows" ] ; then sudo apt-get install -y gcc-multilib gcc-mingw-w64; export CC=x86_64-w64-mingw32-gcc ; export CXX=x86_64-w64-mingw32-g++ ; fi
|
|
||||||
- wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip -O /tmp/protoc-3.1.0-linux-x86_64.zip
|
- wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip -O /tmp/protoc-3.1.0-linux-x86_64.zip
|
||||||
- unzip -o -d /tmp/protobuf /tmp/protoc-3.1.0-linux-x86_64.zip
|
- unzip -o -d /tmp/protobuf /tmp/protoc-3.1.0-linux-x86_64.zip
|
||||||
- export PATH=$PATH:/tmp/protobuf/bin/
|
- export PATH=$PATH:/tmp/protobuf/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user