mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-14 20:00:06 +00:00
build a release build for linux as well
This commit is contained in:
parent
b73d865447
commit
1544332b90
4
.github/workflows/check_build.yaml
vendored
4
.github/workflows/check_build.yaml
vendored
@ -19,9 +19,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: CMake
|
- name: CMake
|
||||||
run: cmake -B build
|
run: cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build --config Release
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user