|
@@ -1,6 +1,6 @@
|
|
|
image: Visual Studio 2015
|
|
image: Visual Studio 2015
|
|
|
|
|
|
|
|
-version: 1.2.{build}
|
|
|
|
|
|
|
+version: 1.3.{build}
|
|
|
|
|
|
|
|
branches:
|
|
branches:
|
|
|
only:
|
|
only:
|
|
@@ -38,7 +38,7 @@ build_script:
|
|
|
|
|
|
|
|
# scripts that run after build
|
|
# scripts that run after build
|
|
|
after_build:
|
|
after_build:
|
|
|
- - set vnote_version=1.2
|
|
|
|
|
|
|
+ - set vnote_version=1.3
|
|
|
- mkdir distrib\VNote
|
|
- mkdir distrib\VNote
|
|
|
- windeployqt.exe --dir .\distrib\VNote %APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe
|
|
- windeployqt.exe --dir .\distrib\VNote %APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe
|
|
|
- copy "%APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe" "distrib\VNote\VNote.exe"
|
|
- copy "%APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe" "distrib\VNote\VNote.exe"
|
|
@@ -61,6 +61,6 @@ deploy:
|
|
|
subject: tamlok
|
|
subject: tamlok
|
|
|
repo: vnote
|
|
repo: vnote
|
|
|
package: vnote
|
|
package: vnote
|
|
|
- version: 1.2
|
|
|
|
|
|
|
+ version: 1.3
|
|
|
publish: true
|
|
publish: true
|
|
|
override: true
|
|
override: true
|