Added a unity build check
This commit is contained in:
@@ -4,7 +4,8 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_TYPE: [Release, Debug]
|
LMS_BUILD_TYPE: [Release, Debug]
|
||||||
|
LMS_UNITY_BUILD: [ON, OFF]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Repo
|
- name: Check Out Repo
|
||||||
@@ -28,7 +29,9 @@ jobs:
|
|||||||
context: ./
|
context: ./
|
||||||
file: ./Dockerfile-build-arch
|
file: ./Dockerfile-build-arch
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
build-args: LMS_BUILD_TYPE=${{ matrix.BUILD_TYPE }}
|
build-args: |
|
||||||
|
LMS_BUILD_TYPE=${{ matrix.LMS_BUILD_TYPE }}
|
||||||
|
LMS_UNITY_BUILD=${{ matrix.LMS_UNITY_BUILD }}
|
||||||
push: false
|
push: false
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user