mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 21:51:01 +00:00
Update .appveyor.yml
This commit is contained in:
parent
590adfb235
commit
fd2ac62937
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ build_script:
|
||||||
- bash -c 'cp src/out/Release/naive.exe src/config.json LICENSE USAGE.txt $BUILD_NAME'
|
- bash -c 'cp src/out/Release/naive.exe src/config.json LICENSE USAGE.txt $BUILD_NAME'
|
||||||
- bash -c '7z a $BUILD_NAME.zip $BUILD_NAME'
|
- bash -c '7z a $BUILD_NAME.zip $BUILD_NAME'
|
||||||
test_script:
|
test_script:
|
||||||
- bash -c '[[ "$Platform" == x64 ]] && ./tests/basic.sh src/out/Release/naive'
|
- if %Platform%==x64 bash -c './tests/basic.sh src/out/Release/naive'
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: $(BUILD_NAME).zip
|
- path: $(BUILD_NAME).zip
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue