Clean builds
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Armin Friedl 2020-09-02 00:22:58 +02:00
parent 50951cafd8
commit 19e8fad04d

View file

@ -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