Fixes #877: Remove appveyor configuration and badge;
See #877: there's an attempt to switch to Azure Pipelines.
This commit is contained in:
committed by
Dan Gohman
parent
d93673508c
commit
276bb5e26d
28
appveyor.yml
28
appveyor.yml
@@ -1,28 +0,0 @@
|
||||
environment:
|
||||
matrix:
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
BITS: 64
|
||||
MSYS2: 1
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
BITS: 64
|
||||
- TARGET: i686-pc-windows-gnu
|
||||
BITS: 32
|
||||
MSYS2: 1
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
BITS: 32
|
||||
install:
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
- rustup-init.exe -y --default-host %TARGET%
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- if defined MSYS2 set PATH=C:\msys64\mingw%BITS%\bin;%PATH%
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
build: false
|
||||
test_script:
|
||||
# TODO: Remove --no-default-features here. wabt and disass currently
|
||||
# don't build on appveyor due to cmake issues.
|
||||
- cargo build --verbose --all --no-default-features
|
||||
- cargo test --verbose --all --no-default-features
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
@@ -8,7 +8,6 @@ into executable machine code.
|
||||
|
||||
[](https://cranelift.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://travis-ci.org/CraneStation/cranelift)
|
||||
[](https://ci.appveyor.com/project/CraneStation/cranelift)
|
||||
[](https://gitter.im/CraneStation/Lobby)
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user