Sooo long no see...

This commit is contained in:
jeefo 2018-06-25 16:21:34 +03:00 committed by GitHub
commit 04b8484c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ branches:
compiler: compiler:
- clang - clang
before_script: before_script:
- 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/ - sudo wget https://yapb.ru/ci/crosstool/osxcross.tar.gz -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.ru/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: