1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

using make build in .drone.yml since we only need to compile

This commit is contained in:
Brad Rydzewski 2014-06-12 13:06:34 -07:00
parent e123e10fbd
commit 44ba19fd31

View File

@ -7,7 +7,7 @@ env:
script:
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
- make deps
- make
- make build
- make test
- make dpkg
notify: