you've got to be kitten me!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2021-06-14 18:33:34 +10:00
parent 02f377cbb2
commit 60eb781132
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ cargo-timing*.html
todo.txt
/pkg/*
/out
/packages

View File

@ -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"