mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add Rust to CI
This commit is contained in:
parent
b4edf2ce50
commit
23fe0be286
3 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ install:
|
|||
- pip install tox virtualenv --upgrade
|
||||
- "mkdir -p C:\\Temp"
|
||||
- "SET TMPDIR=C:\\Temp"
|
||||
- "curl -sSf https://sh.rustup.rs | bash -s -- -y"
|
||||
- "SET PATH=%USERPROFILE%\\.cargo\\bin;%PATH%"
|
||||
|
||||
# Not a C# project
|
||||
build: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue