Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
appveyor artifact error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Mar 22, 2019
1 parent 6a4a3dd commit 38fa480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor_build_config.bat
Expand Up @@ -2,6 +2,7 @@ mkdir test_build
cd test_build
cmake -D mode=static -D test=on -D gtest_force_shared_crt=on -G "Visual Studio 15" c:\projects\source
cmake --build . --config "Debug"
cd ..

if %APPVEYOR_REPO_TAG% == true (
echo "Release tag detected, building and deploying releases"
Expand All @@ -25,5 +26,4 @@ if %APPVEYOR_REPO_TAG% == true (
7z a Windows.zip dynamic_build\Release\* static_build\Release\* dynamic_build_64bits\Release\* static_build_64bits\Release\*
) else (
echo "Release tag not detected, not building releases"
cd ..
)

0 comments on commit 38fa480

Please sign in to comment.