aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:28:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 14:21:18 +0300
commited29283f276cdcee34649ceb9816b580c916f8d4 (patch)
tree1754557e60a9ce4e9978507212c58ac3a088090e
parentupdate cmake-common (diff)
downloadaes-tools-ed29283f276cdcee34649ceb9816b580c916f8d4.tar.gz
aes-tools-ed29283f276cdcee34649ceb9816b580c916f8d4.zip
AppVeyor: upload the artifacts
-rw-r--r--appveyor.yml6
1 files changed, 5 insertions, 1 deletions
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