Fixing travis build?
This commit is contained in:
parent
2ec5a730b0
commit
26f09ed986
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@ branches:
|
|||
compiler:
|
||||
- clang
|
||||
before_script:
|
||||
- sudo wget $OSX_CROSS_TOOL -O /tmp/osxcross.tgz && mkdir -p /tmp/osxcross/target && tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
|
||||
- sudo wget https://yapb.ru/ci/crosstool/osxcross.tgz -O /tmp/osxcross.tgz && mkdir -p /tmp/osxcross/target && tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
|
||||
- export PATH=$PATH:/tmp/osxcross/target/bin
|
||||
- wget https://yapb.jeefo.net/ci/scripts/gitrev.sh && chmod a+x ./gitrev.sh && ./gitrev.sh
|
||||
- wget https://yapb.ru/ci/scripts/gitrev.sh && chmod a+x ./gitrev.sh && ./gitrev.sh
|
||||
script:
|
||||
- cd project && CC=clang-3.8 make all
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue