ci: cleanup more the contents of the generated v_linux.zip, v_macos.zip, and v_windows.zip, use -skip-unused

This commit is contained in:
Delyan Angelov 2023-08-11 11:49:43 +03:00
parent e3b0dfbfdd
commit 595200f7dc
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 35 additions and 19 deletions

View file

@ -75,7 +75,11 @@ jobs:
- name: Build examples
run: ./v build-examples
- name: v2 self compilation
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
run: ./v -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
- name: compile vdoctor.v with -skip-unused and -prod
run: ./v -showcc -skip-unused -prod cmd/tools/vdoctor.v
- name: compile vup.v with -skip-unused and -prod
run: ./v -showcc -skip-unused -prod cmd/tools/vup.v
windows-msvc:
runs-on: windows-2019