Update .travis.yml
This commit is contained in:
parent
4962302e6c
commit
d1a5cab73f
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ compiler:
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y g++-multilib libc6-dev-i386
|
- sudo apt-get install -y g++-multilib libc6-dev-i386
|
||||||
|
- sudo wget http://yapb.jeefo.net/ci/osxcross/osxcross.tar.gz -O /tmp/osxcross.tgz
|
||||||
|
- sudo mkdir -p /tmp/osxcross/target
|
||||||
|
- sudo tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
|
||||||
|
- export PATH=$PATH:/tmp/osxcross/target/bin
|
||||||
script:
|
script:
|
||||||
- cd project && make all
|
- cd project && make all
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue