added files for ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-04-12 16:20:48 +02:00
parent 2936294eed
commit 0d4dee6a4a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/coronafana
/*.ini
/*.json
/dist

View File

@ -1,11 +1,11 @@
#!/bin/bash
#!/bin/bash -x
PROJECTNAME=coronafana
RELEASEDIR=dist
RELEASENAME=${PROJECTNAME}
VERSION="0"
GOOPTIONS="-mod=vendor -ldflags='-s -w'"
GOOPTIONS="-mod=vendor"
SRCFILES=cmd/coronafana/*.go
build() {