Skip to content

Commit

Permalink
CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 2, 2018
1 parent 1d85994 commit d37262e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_build:
- cd bin

build_script:
- cmd: cmake -G "MinGW Makefiles" ..
- sh: cmake ..
- cmd: cmake -G "MinGW Makefiles" ../src
- sh: cmake ../src

- cmake --build .

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:

install:
- cd bin
- cmake ..
- cmake ../src
- cmake --build .

script:
Expand Down

0 comments on commit d37262e

Please sign in to comment.