Update .appveyor.yml

pull/13/head
klzgrad 2019-04-03 20:51:27 +08:00 committed by GitHub
parent a9f949d34b
commit e5fbf46ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ build_script:
- 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'
test_script:
- if %Platform%==x64 bash -c './tests/basic.sh src/out/Release/naive'
- bash -c './tests/basic.sh src/out/Release/naive'
artifacts:
- path: $(BUILD_NAME).zip
deploy: