summaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Expand)Author
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-03Upgrade sccache binaries to 0.2.11 (#3051)Ryan Dahl
2019-09-19Set RUSTC_WRAPPERf in travis and appveyor (#2978)Ryan Dahl
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
2019-09-17Use shallow submodules, don't clone Typescript recursivelyBert Belder
2019-09-15ci: use Node.js v12 on Appveyor (#2943)Christian Moritz
2019-09-12appveyor: download sccache before attempting to start itBert Belder
2019-09-12appveyor: do not explicitly configure GN/Ninja environmentBert Belder
2019-09-12appveyor: upgrade git to v2.23.0Bert Belder
2019-09-12Clean up and remove dead code from .appveyor.ymlBert Belder
2019-09-10Upgrade V8 to 7.9.8 (#2907)Ryan Dahl
2019-09-10Appveyor: Add target/release to cache, like travis (#2899)Ryan Dahl
2019-09-09Fix Appveyor's sccache --stop-server problem (#2896)Ryan Dahl
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-16Upgrade to rust 1.37.0 (#2786)Ryan Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-11Upgrade rust to v1.36.0Bert Belder
2019-06-28update rust version for ci (#2599)andy finch
2019-06-08make tests quieter (#2468)Andy Hayden
2019-06-03Refactor test infrastructure (#2432)Bartek Iwańczuk
2019-05-30chore: refactor python tests to use unittest (#2414)Andy Hayden
2019-05-08Refactor unit test runner (#2294)Bartek Iwańczuk
2019-05-03Bump required rustc version to 1.34.1Bert Belder
2019-05-03ci: run clippyBert Belder
2019-04-24Upgrade CI to Node v12 (#2193)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-04ci: upgrade git on appveyor to version v2.21.0.windows.1Bert Belder
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-01-30appveyor: Remove dead code (#1621)Ryan Dahl
2019-01-24Minor code cleanups (#1570)JaePil Jung
2019-01-17ci: work around appveyor cache bugBert Belder
2019-01-14ci: upgrade rust to version 1.31.1Bert Belder
2019-01-14ci: cargo build --lockedBert Belder
2019-01-03AppVeyor: Disable DENO_BUILD_PATH cache.Ryan Dahl
2019-01-03ci: use RUST_BACKTRACE=fullRyan Dahl
2018-12-20ci: change S3 access keyBert Belder
2018-12-20ci: start sccache early and throw away the S3 access keyBert Belder
2018-12-19appveyor: make Cargo use sccache when building depsBert Belder
2018-12-19ci: build with Cargo before building with NinjaBert Belder
2018-12-19build: make `cargo build` workBert Belder
2018-12-18travis: Set CARGO_HOME to third_party/rust_crates (#1370)Ryan Dahl
2018-12-18Load sccache from S3 on CIRyan Dahl
2018-11-07appveyor: place cargo and rustup in the same cacheBert Belder
2018-11-01cargo: build in Cargo's out dir if DENO_BUILD_PATH is not setBert Belder
2018-11-01build: remove absolute pathBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-26ci: peg rust version to 1.30.0Bert Belder