mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build Windows artifact with new container
This should get us a current version of Qt and many other newer libraries. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9cfe656342
commit
2d63591ab8
5 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# this gets executed inside the container when building a Windows
|
||||
# installer on Travis
|
||||
# installer as GitHub Action
|
||||
#
|
||||
# working directory is assumed to be the directory including all the
|
||||
# source directories (subsurface, googlemaps, grantlee, etc)
|
||||
|
|
|
|||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- github-action-test
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -11,7 +12,7 @@ jobs:
|
|||
buildWindows:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/mxe-build-container:2.2
|
||||
image: docker://subsurface/mxe-build-container:3.0.1
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue