From 08accfbb0993b6aff1729a4bb6174244831434d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 15 Dec 2019 13:39:47 +0300 Subject: AppVeyor: %PROJECT_NAME% in artifact names --- appveyor.yml | 4 ++-- 1 file 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"' -- cgit v1.2.3