using make build
in .drone.yml since we only need to compile
This commit is contained in:
parent
e123e10fbd
commit
44ba19fd31
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue