mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 04:30:05 +00:00
CI: Make windows build less fat
This commit is contained in:
parent
872641cc63
commit
39417fb2ac
6
.github/workflows/check-build.yaml
vendored
6
.github/workflows/check-build.yaml
vendored
@ -65,11 +65,11 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Create CMake build files
|
||||
run: cmake -B build
|
||||
run: cmake -B build -DCMAKE_BUILD_TYPE=MinSizeRel -DLAIKA_PERSISTENCE=On -DLAIKA_OBFUSCATE=On
|
||||
- name: Check compilation
|
||||
run: cmake --build build
|
||||
run: cmake --build build --config MinSizeRel
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Laika-Windows
|
||||
name: Laika-Windows-Release-Persistence-Obfuscate
|
||||
path: winbin
|
Loading…
Reference in New Issue
Block a user