summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-08-09 23:49:18 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2018-08-30 12:50:59 +0100
commit6d21ec7b4e0edce77ea8a9a28a15a5b554aa716c (patch)
treef6612e3434dd4768a999935d53fa0a5def58760e
parent8ac5a833931cc4166a2864af436c53632d772205 (diff)
Wait on finish
Also, only build for i686
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 231263d8a..674450322 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,7 +9,6 @@ environment:
CACHE: C:\cache
matrix:
- BUILD: i686-pc-cygwin
- - BUILD: x86_64-pc-cygwin
install:
- if "%BUILD%"=="x86_64-pc-cygwin" set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
- if "%BUILD%"=="i686-pc-cygwin" set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
@@ -87,3 +86,4 @@ on_finish:
- SET PATH=%ORIG_PATH%
- appveyor PushArtifact meson-log.tar.xz
- appveyor PushArtifact xvfb-piglit.tar.xz
+- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))