Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and
1 deletion.
-
+4
−1
.github/workflows/mingw64.yml
|
@@ -34,6 +34,7 @@ jobs: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Build Docker Container with Build Environment |
|
|
id: docker-build |
|
|
uses: whoan/docker-build-with-cache-action@v5 |
|
|
with: |
|
|
username: ${{ github.actor }} |
|
@@ -76,8 +77,10 @@ jobs: |
|
|
--env CCACHE_DIR=/QGIS/.ccache \ |
|
|
-w /QGIS \ |
|
|
-v ${GITHUB_WORKSPACE}:/QGIS \ |
|
|
qgis3-mingw-buildenv:latest \ |
|
|
${DOCKER_IMAGE} \ |
|
|
ms-windows/mingw/build.sh x86_64 nodebug 4 |
|
|
env: |
|
|
DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }} |
|
|
|
|
|
- name: Create Portable zip |
|
|
run: | |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.