Skip to content

Commit d37262e

Browse files
committed
CI path
1 parent 1d85994 commit d37262e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ before_build:
2222
- cd bin
2323

2424
build_script:
25-
- cmd: cmake -G "MinGW Makefiles" ..
26-
- sh: cmake ..
25+
- cmd: cmake -G "MinGW Makefiles" ../src
26+
- sh: cmake ../src
2727

2828
- cmake --build .
2929

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232

3333
install:
3434
- cd bin
35-
- cmake ..
35+
- cmake ../src
3636
- cmake --build .
3737

3838
script:

0 commit comments

Comments
 (0)