From ed29283f276cdcee34649ceb9816b580c916f8d4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 15 Dec 2019 13:28:46 +0300 Subject: AppVeyor: upload the artifacts --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index deed872..7c22ce5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ image: environment: global: python_exe: C:\Python36-x64\python.exe - install_dir: C:\Projects\install + install_dir: C:\Projects\install\aes-tools matrix: - use_asm: ON - use_asm: OFF @@ -32,6 +32,10 @@ install: 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 "AES_TOOLS_ASM=%use_asm%"' +after_build: + - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" + - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" + test_script: - '"%python_exe%" "%APPVEYOR_BUILD_FOLDER%\\test\\nist.py" --path "%install_dir%\bin" --log "%APPVEYOR_BUILD_FOLDER%\test\nist.log"' - ps: Get-Content "$env:APPVEYOR_BUILD_FOLDER\test\nist.log" -Tail 5 -- cgit v1.2.3