mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Add Rust to CI
This commit is contained in:
parent
b4edf2ce50
commit
23fe0be286
3 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ before_install:
|
|||
fi
|
||||
- git --version
|
||||
- './get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
|
||||
- 'curl -sSf https://sh.rustup.rs | bash -s -- -y'
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"
|
||||
after_success: coveralls
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue