diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-18 21:09:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 21:09:30 -0500 |
| commit | aa66ef98ea6144abd2d2714fef1dfc8046e01775 (patch) | |
| tree | eec266ba13ca4ee8c2c57095ae9e2867dc254ac5 /.appveyor.yml | |
| parent | 3dbd18af0950400eed7063bef7cb1f7ff27c4a01 (diff) | |
travis: Set CARGO_HOME to third_party/rust_crates (#1370)
Adds prebuilt hyperfine and sccache binaries
Only build test_cc for LSAN
Add Cargo.lock
Only run benchmarks in master
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 523660182..100b1a82b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -250,10 +250,8 @@ init: - git config --global core.symlinks true install: - # Download and install sccache - - appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2018-04-26-sccache-x86_64-pc-windows-msvc - - mv 2018-04-26-sccache-x86_64-pc-windows-msvc sccache.exe - - set PATH=%PATH%;%CD% + # Make sure the PATH includes the prebuilt files (downloaded during setup.py) + - set PATH=%PATH%;%CD%\prebuilt\win\ # Clone the third_party submodule. - ps: |- |
