summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien BLAISOT <sebastien@blaisot.org>2017-12-28 08:25:46 +0100
committerSebastien BLAISOT <sebastien@blaisot.org>2017-12-28 08:25:46 +0100
commit1b6234df1afee847a56552ed30c11939dc323aab (patch)
tree9e4f98ae38283ba62e50f60c01da54beb8a5e59c /appveyor.yml
parent62c9f9fd4404339082ba99cf4c5110d5e9851e49 (diff)
fix appveyor build by removing unneeded nsis patch as we switched to wix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b1d8bfac5c..104ad0ec0b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,9 +38,10 @@ install:
- call set ENVIRONMENT_NAME=%%ENVIRONMENT_NAME:PLATFORM=%platform%%%
- call set ENVIRONMENT_NAME=%%ENVIRONMENT_NAME:CONFIGURATION=%configuration%%%
- cd %TEMP%
- - echo *** Patching NSIS
- - cd %APPVEYOR_BUILD_FOLDER%
- - patch "C:\Program Files (x86)\NSIS\Include\MultiUser.nsh" < build\appveyor\NSIS.patch
+ # Not needed anymore since we switched to wix
+ #- echo *** Patching NSIS
+ #- cd %APPVEYOR_BUILD_FOLDER%
+ #- patch "C:\Program Files (x86)\NSIS\Include\MultiUser.nsh" < build\appveyor\NSIS.patch
- echo *** Downloading precompiled build environment if not in build-cache
- cd %APPVEYOR_BUILD_FOLDER%
- build\windows\install_buildenv.bat %ENVIRONMENTS_URL% %ENVIRONMENT_NAME% %ENVIRONMENTS_PATH%