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
|
todo.txt
|
||||||
/pkg/*
|
/pkg/*
|
||||||
/out
|
/out
|
||||||
|
/packages
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
source $HOME/.cargo/env || true
|
||||||
|
|
||||||
_extra=""
|
_extra=""
|
||||||
_ver="+stable"
|
_ver=""
|
||||||
if [ "$1" == "ci" ]; then
|
if [ "$1" == "ci" ]; then
|
||||||
# deny on warnings when running in CI
|
# deny on warnings when running in CI
|
||||||
_extra="-Dwarnings"
|
_extra="-Dwarnings"
|
||||||
|
|
Loading…
Reference in a new issue