mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Don't build CMake for this test
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
c7cacb0c5e
commit
ad32540b46
1 changed files with 0 additions and 3 deletions
|
|
@ -20,13 +20,10 @@ build_script:
|
|||
if "Visual Studio 2015"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
|
||||
cd..
|
||||
git clone https://github.com/libtom/libtommath.git --branch=master
|
||||
cp libtomcrypt\.ci\cmake.bat libtommath\cmake.bat
|
||||
cd libtommath
|
||||
cmake.bat
|
||||
nmake -f makefile.msvc
|
||||
cd..
|
||||
cd libtomcrypt
|
||||
.ci\cmake.bat
|
||||
nmake -f makefile.msvc all
|
||||
cp test.exe test-stock.exe
|
||||
cp timing.exe timing-stock.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue