We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045c645 commit e60a29eCopy full SHA for e60a29e
appveyor.yml
@@ -7,7 +7,7 @@ build_script:
7
- dir
8
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
9
- 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"
+ - 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"
11
12
deploy:
13
release: untagged-v$(appveyor_repo_commit)
0 commit comments