chore: updated CI config & PKGBUILDs to new module split
Some checks failed
Some checks failed
This commit is contained in:
parent
44696fc11b
commit
da0eb76255
3 changed files with 29 additions and 2 deletions
|
|
@ -6,9 +6,20 @@ matrix:
|
|||
platform: ${PLATFORM}
|
||||
|
||||
pipeline:
|
||||
debug:
|
||||
install-modules:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
environment:
|
||||
- VMODULES=.vmodules
|
||||
commands:
|
||||
- 'cd src && v install'
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
debug:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
environment:
|
||||
- VMODULES=.vmodules
|
||||
commands:
|
||||
- make
|
||||
when:
|
||||
|
|
@ -18,9 +29,9 @@ pipeline:
|
|||
|
||||
prod:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
environment:
|
||||
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static
|
||||
- VMODULES=.vmodules
|
||||
commands:
|
||||
# Apparently this -D is *very* important
|
||||
- CFLAGS='-DGC_THREADS=1' make prod
|
||||
|
|
|
|||
Reference in a new issue