mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 00:00:51 -05:00
Merge branch 'noloader-master'
This commit is contained in:
commit
81de07e208
1 changed files with 11 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -70,6 +70,16 @@ jobs:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
- os: linux
|
||||||
|
name: GCC on Linux, s390x
|
||||||
|
compiler: gcc
|
||||||
|
arch: s390x
|
||||||
|
dist: bionic
|
||||||
|
- os: linux
|
||||||
|
name: Clang on Linux, s390x
|
||||||
|
compiler: clang
|
||||||
|
arch: s390x
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue