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

Commit

Permalink
added appveyor messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Dec 19, 2018
1 parent 8941cd6 commit 9e6cb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor_build_config.bat
Expand Up @@ -4,7 +4,7 @@ cmake -D mode=static -D test=on -D gtest_force_shared_crt=on -G "Visual Studio 1
cmake --build . --config "Debug"

if %APPVEYOR_REPO_TAG% == true (
echo "Release tag detected"
echo "Release tag detected, building and deploying releases"
mkdir dynamic_build
cd dynamic_build
cmake -D test=on -G "Visual Studio 15" c:\projects\source
Expand All @@ -23,7 +23,7 @@ if %APPVEYOR_REPO_TAG% == true (
cmake --build . --config "Release"
7z a Windows.zip dynamic_build\Release\* static_build\Release\* dynamic_build_64bits\Release\* static_build_64bits\Release\*
) else (
echo "Release tag not detected"
echo "Release tag not detected, not building releases"
)

cd ..

0 comments on commit 9e6cb90

Please sign in to comment.