Browse Source

Also run CMake build in Appveyor

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 5 months ago
parent
commit
aeccd41afc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      appveyor.yml

+ 10 - 0
appveyor.yml

@@ -21,9 +21,19 @@ build_script:
       cd..
       git clone https://github.com/libtom/libtommath.git --branch=master
       cd libtommath
+      mkdir build
+      cd build
+      cmake -G "Ninja" ..
+      ninja
+      cd..
       nmake -f makefile.msvc
       cd..
       cd libtomcrypt
+      mkdir build
+      cd build
+      cmake -G "Ninja" ..
+      ninja
+      cd..
       nmake -f makefile.msvc all
 test_script:
 - cmd: test.exe