mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Updated CI
This commit is contained in:
9
.github/workflows/kb-build.yml
vendored
9
.github/workflows/kb-build.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.bitness }}
|
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.bitness }}
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
container: ${{ matrix.container }}
|
container:
|
||||||
|
image: ${{ matrix.container }}
|
||||||
|
options: --user builder
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -57,8 +59,7 @@ jobs:
|
|||||||
arch: >
|
arch: >
|
||||||
-DCMAKE_C_FLAGS=-m32
|
-DCMAKE_C_FLAGS=-m32
|
||||||
-DCMAKE_CXX_FLAGS=-m32
|
-DCMAKE_CXX_FLAGS=-m32
|
||||||
-DCMAKE_EXE_LINKER_FLAGS="-m32 -L/usr/lib/i386-linux-gnu"
|
-DCMAKE_EXE_LINKER_FLAGS=-m32
|
||||||
-DCMAKE_PREFIX_PATH=/usr/lib/i386-linux-gnu
|
|
||||||
|
|
||||||
- os: Linux
|
- os: Linux
|
||||||
bitness: 64
|
bitness: 64
|
||||||
@@ -76,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
# Container
|
# Container
|
||||||
- os: Linux
|
- os: Linux
|
||||||
container: ghcr.io/acidicoala/koalabox:master@sha256:fd79048173e2fd77838ac34066c5ec5320930fbc436df1cff549cf11cd6e2454
|
container: ghcr.io/acidicoala/koalabox:master@sha256:b389a8f522ce3d38f2e50570fb772beebbf0211b2d748210628091d42ee0bce5
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ${{ github.workspace }}/build
|
BUILD_DIR: ${{ github.workspace }}/build
|
||||||
|
|||||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: 5c2d477c5f...d6550fb200
Reference in New Issue
Block a user