diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-15 13:25:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-15 13:34:11 +0300 |
commit | 35968382a636d5365ee8b03fd101e4ac414f4dc3 (patch) | |
tree | 8854d3ea849c8232212ea2654a693864fe94e6cb /appveyor.yml | |
parent | AppVeyor/Travis: switch to cmake/build (diff) | |
download | aes-tools-35968382a636d5365ee8b03fd101e4ac414f4dc3.tar.gz aes-tools-35968382a636d5365ee8b03fd101e4ac414f4dc3.zip |
update cmake-common
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index dd492b9..deed872 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%" -- "-DAES_TOOLS_ASM=%use_asm%"' + - '"%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%"' test_script: - '"%python_exe%" "%APPVEYOR_BUILD_FOLDER%\\test\\nist.py" --path "%install_dir%\bin" --log "%APPVEYOR_BUILD_FOLDER%\test\nist.log"' |