mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 23:31:32 +00:00
using make build
in .drone.yml since we only need to compile
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user