Enabled unity build by default
This commit is contained in:
@@ -6,6 +6,7 @@ jobs:
|
||||
matrix:
|
||||
LMS_BUILD_TYPE: [Release, Debug]
|
||||
LMS_UNITY_BUILD: [ON, OFF]
|
||||
LMS_IMAGE_BACKEND: [stb, graphicsmagick]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Out Repo
|
||||
@@ -32,6 +33,7 @@ jobs:
|
||||
build-args: |
|
||||
LMS_BUILD_TYPE=${{ matrix.LMS_BUILD_TYPE }}
|
||||
LMS_UNITY_BUILD=${{ matrix.LMS_UNITY_BUILD }}
|
||||
LMS_IMAGE_BACKEND=${{ matrix.LMS_IMAGE_BACKEND }}
|
||||
push: false
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
|
||||
Reference in New Issue
Block a user