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 b5d8e7120d - Show all commits

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'