Fixing travis build?

This commit is contained in:
jeefo 2018-06-25 16:15:45 +03:00 committed by GitHub
commit 26f09ed986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ branches:
compiler: compiler:
- clang - clang
before_script: 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 - 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: script:
- cd project && CC=clang-3.8 make all - cd project && CC=clang-3.8 make all
after_success: after_success: