Fix stripping
This commit is contained in:
7
.github/workflows/cmake.yml
vendored
7
.github/workflows/cmake.yml
vendored
@ -102,6 +102,7 @@ jobs:
|
|||||||
slug: ''
|
slug: ''
|
||||||
type: Release
|
type: Release
|
||||||
new-dynarec: off
|
new-dynarec: off
|
||||||
|
strip: --strip
|
||||||
- name: Debug ODR
|
- name: Debug ODR
|
||||||
slug: -Debug
|
slug: -Debug
|
||||||
type: Debug
|
type: Debug
|
||||||
@ -109,6 +110,7 @@ jobs:
|
|||||||
- name: Regular NDR
|
- name: Regular NDR
|
||||||
slug: -NDR
|
slug: -NDR
|
||||||
type: Release
|
type: Release
|
||||||
|
strip: --strip
|
||||||
new-dynarec: on
|
new-dynarec: on
|
||||||
- name: Debug NDR
|
- name: Debug NDR
|
||||||
slug: -NDR-Debug
|
slug: -NDR-Debug
|
||||||
@ -127,9 +129,6 @@ jobs:
|
|||||||
triplet: arm64-windows-static
|
triplet: arm64-windows-static
|
||||||
toolchain: cmake/llvm-win32-aarch64.cmake
|
toolchain: cmake/llvm-win32-aarch64.cmake
|
||||||
vcvars: x64_arm64
|
vcvars: x64_arm64
|
||||||
include:
|
|
||||||
- build: Release
|
|
||||||
strip: --strip
|
|
||||||
exclude:
|
exclude:
|
||||||
- build:
|
- build:
|
||||||
new-dynarec: off
|
new-dynarec: off
|
||||||
@ -172,7 +171,7 @@ jobs:
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: Generate package
|
- name: Generate package
|
||||||
run: cmake --install build --prefix ./build/artifacts ${{ matrix.strip }}
|
run: cmake --install build --prefix ./build/artifacts ${{ matrix.build.strip }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: '86Box${{ matrix.build.slug }}-Windows-LLVM-${{ matrix.target.name }}-gha${{ github.run_number }}'
|
name: '86Box${{ matrix.build.slug }}-Windows-LLVM-${{ matrix.target.name }}-gha${{ github.run_number }}'
|
||||||
|
Reference in New Issue
Block a user