Compare commits

...

7 Commits

Author SHA1 Message Date
an 3091c022fa '.drone.yml' ändern
the build failed Details
2018-02-21 11:04:38 +00:00
an 3be861a5e9 '.drone.yml' ändern
the build failed Details
2018-02-21 10:26:29 +00:00
an 190ffdb079 '.drone.yml' ändern
the build is pending Details
2018-02-21 08:55:26 +00:00
an 4672a5bc0d Testing .drone.yml
the build failed Details
2018-02-20 22:59:52 +00:00
an e25800e633 Testing .drone.yml
the build failed Details
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
1 changed files with 9 additions and 0 deletions

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