mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03: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'
|
||||
build_script:
|
||||
- bash ./tools/import-upstream.sh
|
||||
- cd src
|
||||
- bash ./get-clang.sh
|
||||
- bash -c 'cd src; ./get-clang.sh'
|
||||
- bash -c '~/.cargo/bin/sccache -s'
|
||||
- bash ./build.sh
|
||||
- bash -c 'cd src; ./build.sh'
|
||||
- bash -c '~/.cargo/bin/sccache -s'
|
||||
- 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 '7z a ../naive-$APPVEYOR_REPO_TAG_NAME-win64.zip 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/'
|
||||
test: off
|
||||
artifacts:
|
||||
- path: naive-$(APPVEYOR_REPO_TAG_NAME)-win64.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue