mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 03:13:03 +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:
|
script:
|
||||||
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||||
- make deps
|
- make deps
|
||||||
- make
|
- make build
|
||||||
- make test
|
- make test
|
||||||
- make dpkg
|
- make dpkg
|
||||||
notify:
|
notify:
|
||||||
|
Reference in New Issue
Block a user