mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
move option to build with brew llvm
This commit is contained in:
parent
e066d7d46f
commit
a993140abe
2
.github/actions/1_build/action.yml
vendored
2
.github/actions/1_build/action.yml
vendored
@ -53,4 +53,4 @@ runs:
|
||||
- name: Configure and Build
|
||||
shell: bash
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/1_build.sh ${{ steps.envs.outputs.build_option }} ${{ steps.envs.outputs.nightly }} --ccache
|
||||
bash scripts/${{ runner.os }}/1_build.sh ${{ steps.envs.outputs.build_option }} ${{ steps.envs.outputs.nightly }} --use_brew_llvm --ccache
|
||||
2
.github/workflows/BuildMeshLab.yml
vendored
2
.github/workflows/BuildMeshLab.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
cache-path: src/external/downloads/*
|
||||
cache-key: external-libraries
|
||||
build-option: ${{matrix.precision}} --use_brew_llvm
|
||||
build-option: ${{matrix.precision}}
|
||||
nightly: true
|
||||
- name: Deploy
|
||||
uses: ./.github/actions/2_deploy
|
||||
|
||||
2
.github/workflows/CreateRelease.yml
vendored
2
.github/workflows/CreateRelease.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
with:
|
||||
cache-path: src/external/downloads/*
|
||||
cache-key: external-libraries
|
||||
build-option: ${{matrix.precision}} --use_brew_llvm
|
||||
build-option: ${{matrix.precision}}
|
||||
- name: Deploy
|
||||
uses: ./.github/actions/2_deploy
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user