diff --git a/.appveyor.yml b/.appveyor.yml index 3edd0e2323..015f4dd200 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: