Skip to content

Commit aeccd41

Browse files
committed
Also run CMake build in Appveyor
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 5b93429 commit aeccd41

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,19 @@ build_script:
2121
cd..
2222
git clone https://github.com/libtom/libtommath.git --branch=master
2323
cd libtommath
24+
mkdir build
25+
cd build
26+
cmake -G "Ninja" ..
27+
ninja
28+
cd..
2429
nmake -f makefile.msvc
2530
cd..
2631
cd libtomcrypt
32+
mkdir build
33+
cd build
34+
cmake -G "Ninja" ..
35+
ninja
36+
cd..
2737
nmake -f makefile.msvc all
2838
test_script:
2939
- cmd: test.exe

0 commit comments

Comments
 (0)