From 590adfb2351360a99cc2e8baa1fe3f48c327d624 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Wed, 3 Apr 2019 09:55:15 +0800 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 161de30d0a..c45626d473 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: - - bash -c '[ "$Platform" = x64 ] && ./tests/basic.sh src/out/Release/naive' + - bash -c '[[ "$Platform" == x64 ]] && ./tests/basic.sh src/out/Release/naive' artifacts: - path: $(BUILD_NAME).zip deploy: