summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-07-06 17:58:12 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2019-07-21 14:44:28 +0100
commit401ff618cf5bb93648c05f025dfa96b0324e94b7 (patch)
tree0b2403ccb94762d1922658c4a2834fb6c5911f7a /.appveyor.yml
parent011b87a8c6e68b992ed27db4e93ae1f1e6dc508f (diff)
appveyor: Workaround a Cygwin setup bug
Run Cygwin's setup a second time to workaround for it's defective handling of obsolete packages. (Specifically, python3-lxml is currently obsoleted by python36-lxml, but that doesn't get installed on the first run)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 50072acd4..b86e33ed4 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -69,6 +69,7 @@ xkbcomp-devel,\
xkeyboard-config,\
xtrans"
- echo Install done
+- "%CYGWIN_ROOT%\\%SETUP% -qnNdO -R %CYGWIN_ROOT% -s %CYGWIN_MIRROR% -l %CACHE% -g"
cache:
- C:\cache
- '%CYGWIN_ROOT%\home\%USERNAME%\.ccache'