Ralf Jung
42a3e87838
rustup, and now we also need to install llvm-tools
2020-05-22 10:29:47 +02:00
Ralf Jung
dec0bf15f6
Windows CI: rely on stable cargo
2020-05-11 10:59:01 +02:00
Ralf Jung
fdebecbb08
fix python interpreter on Windows
2020-05-11 10:58:27 +02:00
Ralf Jung
880e6847cf
play with bash on AppVeyor
...
Also consistently order and format our two CI files
2020-05-11 10:58:27 +02:00
Ralf Jung
0b07f6f5d3
set CARGO_INCREMENTAL=0 on CI, it's just a waste of time there
2020-04-02 09:49:48 +02:00
Ralf Jung
3517ce66ab
need to unset MIRI_SYSROOT before calling 'cargo miri setup'
2020-03-24 09:11:47 +01:00
Ralf Jung
da721233d7
cross-test on a Windows host
2020-03-24 09:11:47 +01:00
Ralf Jung
2dc309729e
rely on improved cargo install
2020-01-31 11:38:07 +01:00
Markus Pettersson
c9e7fe8b8c
Updated CI config to reflect deprecation of rustup uninstall
2019-12-08 11:23:56 +01:00
Ralf Jung
d518c38219
rust-docs should be gone from all caches now
2019-11-08 14:13:23 +01:00
Ralf Jung
1aeecb553a
Revert "temporarily ignore cached rustup-toolchain-install-master"
...
This reverts commit 4872c5cbbe
.
2019-11-08 14:12:54 +01:00
Ralf Jung
39cdc35dd7
add back '-c cargo'
2019-10-24 15:44:35 +02:00
Ralf Jung
4872c5cbbe
temporarily ignore cached rustup-toolchain-install-master
2019-10-24 13:12:01 +02:00
Ralf Jung
930c797a83
bump rustc and adjust for rustc-dev component
...
(also sync AppVeyor with Travis: use stable cargo)
2019-10-24 13:12:01 +02:00
Ralf Jung
0ad37dd876
AppVeyor: abort early if a job fails
2019-10-22 13:11:16 +02:00
Ralf Jung
3c01ffe25e
cleanup: remove leftover rust-docs components
2019-10-16 10:41:50 +02:00
Ralf Jung
a94d9d2c1d
install minimal profile by default
2019-10-16 10:02:31 +02:00
Ralf Jung
917effada1
CI: force using locked versions
2019-10-14 09:59:27 +02:00
Ralf Jung
638d989629
sync AppVeyor CI script with Travis
2019-09-28 11:36:20 -04:00
Ralf Jung
6902461226
AppVeyor: retry download
2019-07-30 23:17:13 +02:00
Ralf Jung
a04890795d
move appveyor env var settings to more appropriate section
2019-06-30 21:10:44 +02:00
Ralf Jung
38d19199c3
AppVeyor: only run on bors branches
2019-06-21 20:55:24 +02:00
Ralf Jung
03eff5981b
use org.rust-lang.miri folder on macOS
2019-06-20 19:45:39 +02:00
soc
a561f949ad
Fix project dirs path
...
ProjectDirs::from("miri", "miri", "miri")
would get you `miri\miri` on Windows and `miri.miri.miri` on macOS.
I'm assuming here that your intention was to have only a `miri` directory on every OS.
2019-06-15 17:03:16 +02:00
Ralf Jung
65a93eb3ee
try to make the Windows CI not rebuild Miri
2019-05-29 12:58:44 +02:00
Ralf Jung
107b8b8ed9
try to fix Windows CI
2019-04-18 16:44:43 +02:00
Ralf Jung
78e11058d3
CI: build with debug assertions
2019-04-18 14:58:30 +02:00
Ralf Jung
3d491884c5
AppVeyor: ignore already existing rustup-toolchain-install-master (WTF windows batch makes no sense)
2019-04-06 11:36:51 +02:00
Ralf Jung
159cce1da2
fix AppVeyor
2019-04-04 18:56:52 +01:00
Ralf Jung
081837eff0
fix Travis and adjust AppVeyor
2019-04-04 14:15:02 +01:00
Ralf Jung
88bb7a1525
TIL that you can also use .appveyor.yml
2019-02-11 10:03:07 +01:00