Skip to content

Commit 0e3077e

Browse files
committed
[WIP] Remove old CI files
1 parent 5de4a7d commit 0e3077e

File tree

5 files changed

+2
-334
lines changed

5 files changed

+2
-334
lines changed

.github/deploy.sh

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/deploy_key.enc

-1.64 KB
Binary file not shown.

.travis.yml

Lines changed: 0 additions & 166 deletions
This file was deleted.

appveyor.yml

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,14 @@ environment:
33
PROJECT_NAME: rust-clippy
44
RUST_BACKTRACE: 1
55
matrix:
6-
#- TARGET: i686-pc-windows-gnu
7-
#- TARGET: i686-pc-windows-msvc
8-
#- TARGET: x86_64-pc-windows-gnu
96
- TARGET: x86_64-pc-windows-msvc
107

118
branches:
12-
# Only build AppVeyor on r+ and try branch
139
only:
14-
- auto
15-
- try
16-
17-
cache:
18-
- '%USERPROFILE%\.cargo'
19-
# before cache
20-
after_test:
21-
- cargo install cargo-cache --debug
22-
- cargo cache --autoclean
23-
24-
install:
25-
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
26-
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal
27-
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
28-
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
29-
- del rust-toolchain
30-
- cargo install rustup-toolchain-install-master
31-
- rustup-toolchain-install-master -f -n master -c rustc-dev
32-
- rustup override set master
33-
- rustc -V
34-
- cargo -V
35-
36-
# Build settings, not to be confused with "before_build" and "after_build".
37-
build: false
10+
- dummy_dummy_dummy
3811

3912
build_script:
40-
- cargo build --features deny-warnings
41-
42-
test_script:
43-
- cargo test --features deny-warnings
13+
- echo "Dummy"
4414

4515
notifications:
4616
- provider: Email

ci/base-tests.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)