mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +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:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Create CMake build files
|
- 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
|
- name: Check compilation
|
||||||
run: cmake --build build
|
run: cmake --build build --config MinSizeRel
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Laika-Windows
|
name: Laika-Windows-Release-Persistence-Obfuscate
|
||||||
path: winbin
|
path: winbin
|
Loading…
Reference in New Issue
Block a user