chore(ci): change debug build used

chore(ci): removed skip-unused-static experimental build

chore: updated Makefile
This commit is contained in:
Jef Roosens 2022-04-15 11:38:06 +02:00
parent 92ca5b8024
commit 20707f6af1
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 7 additions and 19 deletions

View file

@ -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'

View file

@ -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