mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 14:11:04 +00:00
Update .appveyor.yml
[skip travis]
This commit is contained in:
parent
1e2698cb85
commit
7e65df1dca
1 changed files with 4 additions and 5 deletions
|
@ -7,14 +7,13 @@ cache:
|
||||||
- '%LOCALAPPDATA%\Mozilla\sccache'
|
- '%LOCALAPPDATA%\Mozilla\sccache'
|
||||||
build_script:
|
build_script:
|
||||||
- bash ./tools/import-upstream.sh
|
- bash ./tools/import-upstream.sh
|
||||||
- cd src
|
- bash -c 'cd src; ./get-clang.sh'
|
||||||
- bash ./get-clang.sh
|
|
||||||
- bash -c '~/.cargo/bin/sccache -s'
|
- bash -c '~/.cargo/bin/sccache -s'
|
||||||
- bash ./build.sh
|
- bash -c 'cd src; ./build.sh'
|
||||||
- bash -c '~/.cargo/bin/sccache -s'
|
- bash -c '~/.cargo/bin/sccache -s'
|
||||||
- bash -c 'mkdir naive-$APPVEYOR_REPO_TAG_NAME-win64'
|
- bash -c 'mkdir naive-$APPVEYOR_REPO_TAG_NAME-win64'
|
||||||
- bash -c 'cp out/Release/naive.exe config.json LICENSE naive-$APPVEYOR_REPO_TAG_NAME-win64/'
|
- bash -c 'cp src/out/Release/naive.exe src/config.json LICENSE naive-$APPVEYOR_REPO_TAG_NAME-win64/'
|
||||||
- bash -c '7z a ../naive-$APPVEYOR_REPO_TAG_NAME-win64.zip naive-$APPVEYOR_REPO_TAG_NAME-win64/'
|
- bash -c '7z a naive-$APPVEYOR_REPO_TAG_NAME-win64.zip naive-$APPVEYOR_REPO_TAG_NAME-win64/'
|
||||||
test: off
|
test: off
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: naive-$(APPVEYOR_REPO_TAG_NAME)-win64.zip
|
- path: naive-$(APPVEYOR_REPO_TAG_NAME)-win64.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue