mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 14:11:04 +00:00
Update .travis.yml
[skip appveyor]
This commit is contained in:
parent
7e65df1dca
commit
98a64564d4
1 changed files with 4 additions and 5 deletions
|
@ -18,13 +18,12 @@ addons:
|
||||||
cache: ccache
|
cache: ccache
|
||||||
script:
|
script:
|
||||||
- ./tools/import-upstream.sh
|
- ./tools/import-upstream.sh
|
||||||
- cd src
|
- ( cd src; ./get-clang.sh )
|
||||||
- ./get-clang.sh
|
|
||||||
- ccache -s
|
- ccache -s
|
||||||
- ./build.sh
|
- ( cd src; ./build.sh )
|
||||||
- mkdir naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME
|
- mkdir naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME
|
||||||
- cp out/Release/naive config.json LICENSE naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME/
|
- cp src/out/Release/naive src/config.json LICENSE naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME/
|
||||||
- tar cJf ../naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME.tar.xz naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME/
|
- tar cJf naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME.tar.xz naiveproxy-$TRAVIS_BRANCH-$TRAVIS_OS_NAME/
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Add table
Reference in a new issue