The quotes did it
ci/woodpecker/push/builder unknown status Details
ci/woodpecker/push/publish unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

pull/26/head
Jef Roosens 2022-01-14 18:36:36 +01:00
parent f82b1528e0
commit 15acdb7f85
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ pipeline:
pull: true
group: 'build'
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
commands:
- make vieter
@ -16,7 +16,7 @@ pipeline:
image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build'
commands:
- make debug
@ -25,7 +25,7 @@ pipeline:
image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build'
commands:
- make prod