mirror of
https://github.com/harness/drone.git
synced 2025-05-21 03:20:15 +08:00
added sudo for drone 0.3 builds
This commit is contained in:
parent
aa320db9c5
commit
dfb767e970
@ -8,8 +8,8 @@ env:
|
|||||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- apt-get -y -qq update
|
- sudo apt-get -y -qq update
|
||||||
- apt-get -y -qq install libsqlite3-dev
|
- sudo apt-get -y -qq install libsqlite3-dev
|
||||||
- make deps
|
- make deps
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user