forked from vieter-v/vieter
Builds always pull now
This commit is contained in:
parent
8ab3af1238
commit
f82b1528e0
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ branches:
|
|||
pipeline:
|
||||
vieter:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
group: 'build'
|
||||
environment:
|
||||
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
|
||||
|
|
@ -13,6 +14,7 @@ pipeline:
|
|||
|
||||
debug:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
environment:
|
||||
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
|
||||
group: 'build'
|
||||
|
|
@ -21,6 +23,7 @@ pipeline:
|
|||
|
||||
prod:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
environment:
|
||||
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
|
||||
group: 'build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue