Compare commits

...

7 commits

Author SHA1 Message Date
an
3091c022fa '.drone.yml' ändern
Some checks failed
the build failed
2018-02-21 11:04:38 +00:00
an
3be861a5e9 '.drone.yml' ändern
Some checks failed
the build failed
2018-02-21 10:26:29 +00:00
an
190ffdb079 '.drone.yml' ändern
Some checks are pending
the build is pending
2018-02-21 08:55:26 +00:00
an
4672a5bc0d Testing .drone.yml
Some checks failed
the build failed
2018-02-20 22:59:52 +00:00
an
e25800e633 Testing .drone.yml
Some checks failed
the build failed
2018-02-20 22:58:18 +00:00
an
55e2e9a1b3 Testing .drone.yml 2018-02-20 22:49:51 +00:00
an
b23d69935b Added .drone.yml 2018-02-20 22:32:51 +00:00

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
pipeline:
build:
image: golang:1.6
environment:
- FOO=1
commands:
- go get -a -v
- make test
- make build