Skip to content

Commit 0825006

Browse files
committed
test fix appveyor. Part 4
1 parent bcb86e3 commit 0825006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ build_script:
3131
- git submodule update --init --recursive
3232
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
3333
MKDIR bin &&
34+
CD bin &&
3435
cmake .. &&
3536
make
3637
)
3738
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
3839
MKDIR bin &&
40+
CD bin &&
3941
cmake .. &&
4042
make
4143
)

0 commit comments

Comments
 (0)