Skip to content

Commit 1a1b13b

Browse files
authored
Merge pull request #79 from cmfcmf/bugfix/appveyor
[appveyor.yml] Simplify yaml syntax and fix watched file directories
2 parents cd8e4c8 + 30b412d commit 1a1b13b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

appveyor.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,19 @@ init:
3131
- echo %generator%
3232

3333
before_build:
34-
- cmd: >-
34+
- cmd: |-
3535
mkdir build
36-
3736
cd build
38-
3937
cmake --version
40-
4138
cmake .. -G %generator%
42-
39+
4340
build:
4441
project: c:\projects\cmake-init\build\template.sln
4542
verbosity: minimal
46-
parallel: true
43+
parallel: true
4744
only_commits:
4845
files:
4946
- CMakeLists.txt
5047
- appveyor.yml
51-
- sources/
48+
- source/
5249
- cmake/

0 commit comments

Comments
 (0)