Skip to content

Commit e60a29e

Browse files
Dmnk FreemountainerDmnk Freemountainer
Dmnk Freemountainer
authored and
Dmnk Freemountainer
committed
trigger ci 3
1 parent 045c645 commit e60a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_script:
77
- dir
88
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
99
- bash -lc "mkdir build && cd build && qmake .. && mingw32-make && ../tools/deploy_win.sh release/quark.exe"
10-
- bash -lc "mv release quark && rm -rf quark/*.o quark/*.cpp && 7z a quark-windows-x86.zip quark && ls && echo $APPVEYOR_BUILD_FOLDER"
10+
- bash -lc "cd build && mv release quark && rm -rf quark/*.o quark/*.cpp && 7z a quark-windows-x86.zip quark && ls && echo $APPVEYOR_BUILD_FOLDER"
1111
- dir
1212
deploy:
1313
release: untagged-v$(appveyor_repo_commit)

0 commit comments

Comments
 (0)