9
.github/workflows/cmake.yml
vendored
9
.github/workflows/cmake.yml
vendored
@@ -62,11 +62,12 @@ jobs:
|
|||||||
static: on
|
static: on
|
||||||
- name: Qt GUI
|
- name: Qt GUI
|
||||||
qt: on
|
qt: on
|
||||||
static: off
|
static: on
|
||||||
slug: -Qt
|
slug: -Qt
|
||||||
packages: >-
|
packages: >-
|
||||||
qt5-base:p
|
qt5-static:p
|
||||||
qt5-tools:p
|
# qt5-base:p
|
||||||
|
# qt5-tools:p
|
||||||
environment:
|
environment:
|
||||||
# - msystem: MSYS
|
# - msystem: MSYS
|
||||||
# toolchain: ./cmake/flags-gcc-x86_64.cmake
|
# toolchain: ./cmake/flags-gcc-x86_64.cmake
|
||||||
@@ -457,10 +458,12 @@ jobs:
|
|||||||
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
|
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
|
||||||
|
|
||||||
- name: Generate package
|
- name: Generate package
|
||||||
|
if: 0
|
||||||
run: |
|
run: |
|
||||||
cmake --install build
|
cmake --install build
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
if: 0
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: '86Box${{ matrix.ui.slug }}${{ matrix.dynarec.slug }}${{ matrix.build.slug }}-macOS-x86_64-gha${{ github.run_number }}'
|
name: '86Box${{ matrix.ui.slug }}${{ matrix.dynarec.slug }}${{ matrix.build.slug }}-macOS-x86_64-gha${{ github.run_number }}'
|
||||||
|
Reference in New Issue
Block a user