We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b93429 commit aeccd41Copy full SHA for aeccd41
1 file changed
appveyor.yml
@@ -21,9 +21,19 @@ build_script:
21
cd..
22
git clone https://github.com/libtom/libtommath.git --branch=master
23
cd libtommath
24
+ mkdir build
25
+ cd build
26
+ cmake -G "Ninja" ..
27
+ ninja
28
+ cd..
29
nmake -f makefile.msvc
30
31
cd libtomcrypt
32
33
34
35
36
37
nmake -f makefile.msvc all
38
test_script:
39
- cmd: test.exe
0 commit comments