First part of repo-add replacement #26

Merged
Jef Roosens merged 8 commits from repo-add into dev 2022-01-14 19:40:35 +01:00
Showing only changes of commit 15acdb7f85 - Show all commits

View file

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