Skip to content

Commit

Permalink
Move CI to sourcehut
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Jul 18, 2020
1 parent 18cf5ae commit fd23925
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 79 deletions.
20 changes: 20 additions & 0 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
image: archlinux
sources:
- https://github.com/alacritty/vtebench
tasks:
- rustup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal -c clippy
- stable: |
cd vtebench
$HOME/.cargo/bin/cargo +stable test
- clippy: |
cd vtebench
$HOME/.cargo/bin/cargo +stable clippy
- rustfmt: |
$HOME/.cargo/bin/rustup toolchain install nightly -c rustfmt
cd vtebench
$HOME/.cargo/bin/cargo +nightly fmt -- --check
- 1-36-0: |
$HOME/.cargo/bin/rustup toolchain install --profile minimal 1.36.0
cd vtebench
$HOME/.cargo/bin/cargo +1.36.0 test
52 changes: 0 additions & 52 deletions .travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions ci/install.sh

This file was deleted.

16 changes: 0 additions & 16 deletions ci/script.sh

This file was deleted.

0 comments on commit fd23925

Please sign in to comment.