mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Merge branch 'main-alemuntoni' into muparser
This commit is contained in:
commit
7a0784fe9a
7
.github/workflows/Windows.yml
vendored
7
.github/workflows/Windows.yml
vendored
@ -34,11 +34,12 @@ jobs:
|
||||
echo "artifact_suffix=" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV
|
||||
- name: Update ccache and ninja
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
choco install ccache
|
||||
choco install ninja
|
||||
choco install wget
|
||||
- name: Cache external libraries sources
|
||||
id: cache-ext-libs
|
||||
uses: actions/cache@v3
|
||||
@ -54,9 +55,9 @@ jobs:
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} --nightly --ccache
|
||||
- name: Deploy
|
||||
shell: C:\shells\msys2bash.cmd {0}
|
||||
shell: bash
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/2_deploy.sh -qt=${{ env.Qt5_DIR }}
|
||||
bash scripts/${{ runner.os }}/2_deploy.sh
|
||||
- name: NSIS script
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user