parent
0e899de2b2
commit
5d2b8772b5
|
|
@ -24,8 +24,8 @@ image:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
BUILD_MODE = CMake
|
- BUILD_MODE = CMake
|
||||||
BUILD_MODE = MSBuild
|
- BUILD_MODE = MSBuild
|
||||||
|
|
||||||
# Disable build through solution file
|
# Disable build through solution file
|
||||||
build: off
|
build: off
|
||||||
|
|
@ -55,7 +55,7 @@ test_script:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
make -j 2
|
make -j 2 VERBOSE=1
|
||||||
|
|
||||||
.\cryptest.exe v
|
.\cryptest.exe v
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue