summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2017-01-18 20:23:28 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2017-01-18 20:23:28 +0100
commitc54eed0330888e60aa6003269f6f97b3fe0600bf (patch)
tree4a908f3f134f220284c942fb66552ded89d48465 /appveyor.yml
parent5f1a20c557c0d609e231f86adf907fde213b23e3 (diff)
Add NSIS patching to appveyor install section
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1ff58227ed..620a6de677 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,7 @@ image: Visual Studio 2013
init:
- git config --global core.autocrlf input
# Uncomment the following line to show RDP info at beginning of job
-# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+ - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
clone_folder: c:\projects\mixxx
skip_commits:
files:
@@ -39,6 +39,9 @@ install:
- 7z x scons-2.5.1.zip
- cd scons-2.5.1
- python setup.py install
+ - 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\appveyor\install_buildenv.bat %platform% %configuration%
@@ -67,7 +70,7 @@ on_finish:
# Uncomment the following line if you don't want the build VM to be destroyed
# and be able to RDP on it until a special “lock” file on VM desktop is deleted
# The RDP session is limited by overall build time (60 min).
-# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- echo "*** DONE ***"
deploy:
- provider: Environment