mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
updated yml
This commit is contained in:
parent
7fa5cae9d1
commit
603883a6cf
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
|||
image: go1.2
|
||||
env:
|
||||
- GOROOT=/usr/local/go
|
||||
- GOPATH=$PWD/Godeps/_workspace:/var/cache/drone
|
||||
- PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
|
||||
script:
|
||||
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||
- make embed
|
||||
- make build-dist
|
||||
- make deps
|
||||
- make
|
||||
- make test
|
||||
- make dpkg
|
||||
notify:
|
||||
|
@ -22,4 +20,4 @@ publish:
|
|||
access_key: $AWS_KEY
|
||||
secret_key: $AWS_SECRET
|
||||
source: deb/drone.deb
|
||||
target: latest/
|
||||
target: exp/
|
||||
|
|
Loading…
Reference in a new issue