diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-07-06 17:58:12 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2019-07-21 14:44:28 +0100 |
commit | 401ff618cf5bb93648c05f025dfa96b0324e94b7 (patch) | |
tree | 0b2403ccb94762d1922658c4a2834fb6c5911f7a /.appveyor.yml | |
parent | 011b87a8c6e68b992ed27db4e93ae1f1e6dc508f (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.yml | 1 |
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' |