Skip to content

Commit

Permalink
test fix appveyor. Part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 23, 2018
1 parent bcb86e3 commit 0825006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ build_script:
- git submodule update --init --recursive
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
MKDIR bin &&
CD bin &&
cmake .. &&
make
)
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
MKDIR bin &&
CD bin &&
cmake .. &&
make
)
Expand Down

0 comments on commit 0825006

Please sign in to comment.