mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +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
|
image: go1.2
|
||||||
env:
|
env:
|
||||||
- GOROOT=/usr/local/go
|
- GOROOT=/usr/local/go
|
||||||
- GOPATH=$PWD/Godeps/_workspace:/var/cache/drone
|
|
||||||
- PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
|
|
||||||
script:
|
script:
|
||||||
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||||
- make embed
|
- make deps
|
||||||
- make build-dist
|
- make
|
||||||
- make test
|
- make test
|
||||||
- make dpkg
|
- make dpkg
|
||||||
notify:
|
notify:
|
||||||
|
@ -22,4 +20,4 @@ publish:
|
||||||
access_key: $AWS_KEY
|
access_key: $AWS_KEY
|
||||||
secret_key: $AWS_SECRET
|
secret_key: $AWS_SECRET
|
||||||
source: deb/drone.deb
|
source: deb/drone.deb
|
||||||
target: latest/
|
target: exp/
|
||||||
|
|
Loading…
Reference in a new issue