Only prod needs to be static

main
Jef Roosens 2022-01-14 18:38:23 +01:00
parent 15acdb7f85
commit b5d8e7120d
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 0 additions and 7 deletions

View File

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