Setup bors and CI

This commit is contained in:
msiglreith 2018-08-26 15:59:25 +02:00
parent b1d6410c7d
commit a0c95c9462
2 changed files with 31 additions and 0 deletions

26
appveyor.yml Normal file
View File

@ -0,0 +1,26 @@
skip_branch_with_pr: true
branches:
except:
- staging.tmp
environment:
global:
PATH: '%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%USERPROFILE%\.cargo\bin'
RUST_BACKTRACE: full
matrix:
- CHANNEL: stable
TARGET: x86_64-pc-windows-msvc
skip_commits:
files:
- bors.toml
- '*.md'
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init -yv --default-toolchain %CHANNEL% --default-host %TARGET%
- rustc -vV
- cargo -vV
build: false
test_script:
- C:\MinGW\bin\mingw32-make.exe all

5
bors.toml Normal file
View File

@ -0,0 +1,5 @@
status = [
"continuous-integration/appveyor/branch"
]
timeout_sec = 18000 # 5 hours