you've got to be kitten me!
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
02f377cbb2
commit
60eb781132
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ cargo-timing*.html
|
|||
todo.txt
|
||||
/pkg/*
|
||||
/out
|
||||
/packages
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
source $HOME/.cargo/env || true
|
||||
|
||||
_extra=""
|
||||
_ver="+stable"
|
||||
_ver=""
|
||||
if [ "$1" == "ci" ]; then
|
||||
# deny on warnings when running in CI
|
||||
_extra="-Dwarnings"
|
||||
|
|
Loading…
Reference in a new issue