aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:39:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:39:47 +0300
commit08accfbb0993b6aff1729a4bb6174244831434d0 (patch)
treeab2edeffa0245dda138d74097bd23c57330fbac1 /appveyor.yml
parentupdate cmake-common (diff)
downloadmath-server-08accfbb0993b6aff1729a4bb6174244831434d0.tar.gz
math-server-08accfbb0993b6aff1729a4bb6174244831434d0.zip
AppVeyor: %PROJECT_NAME% in artifact names
Diffstat (limited to '')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5d33f5a..45b236c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,8 +23,8 @@ build_script:
- '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%" -- -D "BOOST_ROOT=%appveyor_boost_root%" -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%" -D ENABLE_TESTS=ON'
after_build:
- - 7z.exe a "math-server-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"
- - appveyor.exe PushArtifact "math-server-%PLATFORM%-%CONFIGURATION%.zip"
+ - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"
+ - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- '"%install_dir%\bin\math-server-unit-tests.exe"'