This commit is contained in:
parent
50951cafd8
commit
19e8fad04d
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ steps:
|
||||||
- name: glibc-x86_64
|
- name: glibc-x86_64
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- make
|
- make clean && make all
|
||||||
- mv dirl dirl-glibc-x86_64
|
- mv dirl dirl-glibc-x86_64
|
||||||
|
|
||||||
- name: musl-x86_64
|
- name: musl-x86_64
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk update && apk add make git build-base linux-headers musl-dev
|
- apk update && apk add make git build-base linux-headers musl-dev
|
||||||
- make STATIC="-static -fPIE"
|
- make clean && make STATIC=-static all
|
||||||
- mv dirl dirl-musl-x86_64
|
- mv dirl dirl-musl-x86_64
|
||||||
|
|
||||||
- name: publish binaries
|
- name: publish binaries
|
||||||
|
|
Loading…
Reference in a new issue