mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix Appveyor
This commit is contained in:
parent
ee3f916b65
commit
35b19d074e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ version: 1.0.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
HOME: '%APPVEYOR_BUILD_FOLDER%'
|
|
||||||
# The appveyor image we use has a pretty huge set of things installed... we make the
|
# The appveyor image we use has a pretty huge set of things installed... we make the
|
||||||
# initial PATH something sane so we know what to expect
|
# initial PATH something sane so we know what to expect
|
||||||
PATH: "C:\\windows\\system32;\
|
PATH: "C:\\windows\\system32;\
|
||||||
|
@ -69,6 +68,6 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- if %BUILD_ENV%==msvc mach build -d -v && mach test-unit
|
- if %BUILD_ENV%==msvc mach build -d -v && mach test-unit
|
||||||
- if %BUILD_ENV%==gnu bash -lc "./mach build -d -v && ./mach test-unit"
|
- if %BUILD_ENV%==gnu bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./mach build -d -v && ./mach test-unit"
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue