From 8462558b6c819e4dc9c82981f101fcb3e2853811 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 20 Oct 2020 12:26:30 +0700 Subject: [PATCH] build: Gate only on GHA: remove travis and appveyor ci config --- .appveyor.yml | 50 ------------------------------------------ .travis.yml | 60 --------------------------------------------------- 2 files changed, 110 deletions(-) delete mode 100644 .appveyor.yml delete mode 100644 .travis.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 82c668f0e75..00000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,50 +0,0 @@ -build: off # No Visual Studio auto-build. -environment: - global: - PROJECT_NAME: miri - matrix: - - HOST_TARGET: i686-pc-windows-msvc -matrix: - fast_finish: true # Immediately finish build once one of the jobs fails. -cache: -- '%USERPROFILE%\.cargo' -- '%USERPROFILE%\.rustup' - -# branches to build -branches: - # whitelist - only: - - auto - - try - -install: -# Compute the Rust version we use. -- set /p RUSTC_HASH=