We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a148a48 commit 8425486Copy full SHA for 8425486
appveyor.yml
@@ -1,6 +1,6 @@
1
version: '{build}'
2
3
-shallow_clone: true
+shallow_clone: false
4
5
environment:
6
MSBUILD_FLAGS: /verbosity:minimal /maxcpucount
@@ -23,14 +23,17 @@ matrix:
23
24
configuration: Debug
25
26
-init: []
+init:
27
+ - uname -a
28
+ - cmake --version
29
+ - msbuild /version
30
-install: []
31
+install:
32
+ - git submodule update --init --recursive
33
34
before_build:
35
- mkdir bin
36
- cd bin
- - cmake --version
37
- cmake .. -G "%CMAKE_GEN%" -DPROGRAMOPTIONS_NO_COLORS=ON
38
39
build_script:
0 commit comments