Browse Source

CI: set CARLA_BUILD_STATIC from CLI

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 2 weeks ago
parent
commit
8c77f548d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/build.yml

+ 3
- 3
.github/workflows/build.yml View File

@@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
source PawPaw/local.env ${{ matrix.target }}
${CMAKE} -S . -B build
${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
cmake --build build -j
- uses: actions/upload-artifact@v3
with:
@@ -77,7 +77,7 @@ jobs:
shell: bash
run: |
source PawPaw/local.env ${{ matrix.target }}
${CMAKE} -S . -B build
${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
cmake --build build -j
- uses: actions/upload-artifact@v3
with:
@@ -121,7 +121,7 @@ jobs:
shell: bash
run: |
source PawPaw/local.env ${{ matrix.target }}
${CMAKE} -S . -B build
${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
cmake --build build -j
- uses: actions/upload-artifact@v3
with:


Loading…
Cancel
Save