Commit Graph

16 Commits

Author SHA1 Message Date
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