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: