mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 13:40:59 +00:00
fix appveyor
This commit is contained in:
parent
953793f755
commit
7032074685
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build_script:
|
||||||
- bash -c 'cp src/out/Release/naive.exe src/config.json LICENSE $BUILD_NAME'
|
- bash -c 'cp src/out/Release/naive.exe src/config.json LICENSE $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 './test/basic.sh src/out/Release/naive'
|
- 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