summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2018-01-01 17:49:17 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2018-01-01 17:49:17 +0100
commita10f4f2ac1228f92bfa7d22204336f67b77e620c (patch)
treeab43faa4c644177f679716986286af0163747c23 /appveyor.yml
parentb64305b2fbbde352358afc8db0c0b73d67a3f200 (diff)
remove NSIS files as we now have completely switched to wix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 104ad0ec0b..1944992f95 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,10 +38,6 @@ install:
- call set ENVIRONMENT_NAME=%%ENVIRONMENT_NAME:PLATFORM=%platform%%%
- call set ENVIRONMENT_NAME=%%ENVIRONMENT_NAME:CONFIGURATION=%configuration%%%
- cd %TEMP%
- # 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%