Merging upstream version 0.7.1 (Closes: #991419).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05c588e9d7
commit
9e09e0ef69
99 changed files with 6727 additions and 943 deletions
29
.drone.yml
Normal file
29
.drone.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
kind: pipeline
|
||||
name: gcc/amd64/linux
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: gcc
|
||||
pull: true
|
||||
commands:
|
||||
- ./tools/ci-build.sh --cores=4
|
||||
- make check
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: gcc/arm64/linux
|
||||
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: gcc
|
||||
pull: true
|
||||
commands:
|
||||
- ./tools/ci-build.sh --cores=4
|
||||
- make check
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue