mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
enable 0.4 yaml syntax for build
This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -41,3 +41,18 @@ publish:
|
||||
recursive: true
|
||||
when:
|
||||
owner: drone
|
||||
|
||||
|
||||
|
||||
|
||||
# new build script for 0.4 branch
|
||||
|
||||
build:
|
||||
image: golang:1.4.2
|
||||
environment:
|
||||
- GOPATH=/drone
|
||||
commands:
|
||||
- apt-get update 1> /dev/null 2> /dev/null
|
||||
- apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||
- make deps
|
||||
- make test
|
||||
|
||||
Reference in New Issue
Block a user