mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
Move appveyor env var setting our of install steps.
This commit is contained in:
parent
003fdd4176
commit
1a77ccf3d0
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
|
|
||||||
|
environment:
|
||||||
|
PATH: 'C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
|
||||||
|
MSYSTEM: 'MSYS'
|
||||||
|
MSYS: 'winsymlinks=lnk'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -13,9 +18,6 @@ cache:
|
||||||
- .cargo
|
- .cargo
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set MSYSTEM=MSYS
|
|
||||||
- set MSYS="winsymlinks=lnk"
|
|
||||||
- PATH C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%
|
|
||||||
- bash -lc "echo $MSYSTEM; pacman --needed --noconfirm -Sy pacman-mirrors"
|
- bash -lc "echo $MSYSTEM; pacman --needed --noconfirm -Sy pacman-mirrors"
|
||||||
- bash -lc "pacman --noconfirm -Sy"
|
- bash -lc "pacman --noconfirm -Sy"
|
||||||
- bash -lc "pacman -Sy --needed --noconfirm git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch patchutils make python2-setuptools"
|
- bash -lc "pacman -Sy --needed --noconfirm git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch patchutils make python2-setuptools"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue