Skip to content

Commit

Permalink
Try to fix mxe (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Apr 15, 2020
1 parent 7fd72f3 commit 9a86911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mxe.yml
@@ -1,12 +1,12 @@
name: Windows cross build with MXE

on: [push]
on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Cross build with MXE
Expand All @@ -18,4 +18,4 @@ jobs:
with:
name: QGIS for Windows 64bit
path: qgis-mxe-release.zip

1 change: 1 addition & 0 deletions ms-windows/mxe/build-mxe.sh
Expand Up @@ -83,6 +83,7 @@ if [[ "$COMMAND" != *"package"* ]]; then
-DWITH_ASTYLE=OFF \
-DWITH_SERVER=OFF \
-DWITH_BINDINGS=FALSE \
-DWITH_QGIS_PROCESS=FALSE \
-DQT_LRELEASE_EXECUTABLE=${MXE}/usr/${TARGET}/qt5/bin/lrelease \
-DMXE=ON \
$ARGS
Expand Down

0 comments on commit 9a86911

Please sign in to comment.