forked from vieter-v/vieter
chore(ci): change debug build used
chore(ci): removed skip-unused-static experimental build chore: updated Makefile
This commit is contained in:
parent
92ca5b8024
commit
20707f6af1
4 changed files with 7 additions and 19 deletions
|
|
@ -9,15 +9,16 @@ matrix:
|
|||
platform: ${PLATFORM}
|
||||
|
||||
pipeline:
|
||||
# The default build isn't needed, as alpine switches to gcc for the compiler anyways
|
||||
debug:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
group: 'build'
|
||||
commands:
|
||||
- make debug
|
||||
- make
|
||||
when:
|
||||
event: push
|
||||
branch:
|
||||
exclude: [main, dev]
|
||||
|
||||
prod:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
|
|
|
|||
|
|
@ -27,16 +27,3 @@ pipeline:
|
|||
- du -h suvieter
|
||||
when:
|
||||
event: push
|
||||
|
||||
skip-unused-static:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
environment:
|
||||
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
|
||||
group: 'build'
|
||||
commands:
|
||||
- make skip-unused
|
||||
- readelf -d suvieter
|
||||
- du -h suvieter
|
||||
when:
|
||||
event: push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue