Skip to content

Commit 8425486

Browse files
author
Fytch
committed
print additional information in Appveyor CI script
1 parent a148a48 commit 8425486

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

appveyor.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '{build}'
22

3-
shallow_clone: true
3+
shallow_clone: false
44

55
environment:
66
MSBUILD_FLAGS: /verbosity:minimal /maxcpucount
@@ -23,14 +23,17 @@ matrix:
2323

2424
configuration: Debug
2525

26-
init: []
26+
init:
27+
- uname -a
28+
- cmake --version
29+
- msbuild /version
2730

28-
install: []
31+
install:
32+
- git submodule update --init --recursive
2933

3034
before_build:
3135
- mkdir bin
3236
- cd bin
33-
- cmake --version
3437
- cmake .. -G "%CMAKE_GEN%" -DPROGRAMOPTIONS_NO_COLORS=ON
3538

3639
build_script:

0 commit comments

Comments
 (0)