11# version format
2- version : 2.14.8 -{branch}-build{build}
2+ version : 2.14.9 -{branch}-build{build}
33
44os : Visual Studio 2019
55
@@ -18,13 +18,13 @@ build_script:
1818 - copy cmakemodules\registerExtension.nsh "C:\Program Files (x86)\NSIS\Include\"
1919 - cd c:\projects\mrpt\build\
2020 # Build debug libraries
21- # - cmake --build . --config Debug --target all_mrpt_libs
21+ # - cmake --build . --config Debug --target all_mrpt_libs
2222 # re-call CMake to detect the debug libs and all them to the install package:
23- # - cmake .
23+ # - cmake .
2424 # Do unit tests:
2525 - cmake --build . --config Release --target test_legacy
2626 # All seem OK. Build all.
27- # - cmake --build . --config Release
27+ # - cmake --build . --config Release
2828 # Build package:
2929 - cmake --build . --config Release --target PACKAGE
3030 # Rename package:
@@ -91,22 +91,22 @@ on_failure:
9191# artifacts configuration #
9292# ---------------------------------#
9393artifacts :
94- - path : ' mrpt*.exe'
94+ - path : " mrpt*.exe"
9595
9696# ---------------------------------#
9797# deployment configuration #
9898# ---------------------------------#
9999deploy :
100100 - provider : GitHub
101101 release : " Release of v$(APPVEYOR_REPO_TAG_NAME) [Windows binaries]"
102- description : ' Windows binary releases (nightly builds) from AppVeyor.'
102+ description : " Windows binary releases (nightly builds) from AppVeyor."
103103 auth_token :
104104 secure : vUzG+a7umHCzqv0eUNXZS/dczNSMiJ37Ivuv50aIPXhYQenlxUiua+Merj/pjCmy
105105 artifact : /.*\.exe/
106106 draft : false
107107 prerelease : false
108108 on :
109- APPVEYOR_REPO_TAG : true # deploy on tag push only
109+ APPVEYOR_REPO_TAG : true # deploy on tag push only
110110 - provider : GitHub
111111 release : " Windows nightly builds"
112112 description : ' **Build timestamp: %APPVEYOR_REPO_COMMIT_TIMESTAMP%**\nWindows binary releases (develop) from AppVeyor CI.\nAPPVEYOR_BUILD_VERSION=%APPVEYOR_BUILD_VERSION%\nGit commit: %APPVEYOR_REPO_COMMIT% %APPVEYOR_REPO_COMMIT_MESSAGE%'
0 commit comments