cmake: strip release builds
This commit is contained in:
parent
e4197b8ca4
commit
fba5ef3e1b
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -37,10 +37,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
- name: Regular
|
- name: Regular
|
||||||
preset: regular
|
preset: regular
|
||||||
|
target: install/strip
|
||||||
- name: Debug
|
- name: Debug
|
||||||
preset: debug
|
preset: debug
|
||||||
|
target: install
|
||||||
- name: Dev
|
- name: Dev
|
||||||
preset: experimental
|
preset: experimental
|
||||||
|
target: install
|
||||||
environment:
|
environment:
|
||||||
- msystem: MINGW32
|
- msystem: MINGW32
|
||||||
prefix: mingw-w64-i686
|
prefix: mingw-w64-i686
|
||||||
@ -74,7 +77,7 @@ jobs:
|
|||||||
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
||||||
-D VNC=OFF
|
-D VNC=OFF
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --target install
|
run: cmake --build build --target ${{ matrix.build.target }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: '86Box-${{ matrix.build.name }}-MSYS2-${{ matrix.environment.msystem }}-${{ github.sha }}'
|
name: '86Box-${{ matrix.build.name }}-MSYS2-${{ matrix.environment.msystem }}-${{ github.sha }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user