mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Move Windows Build to New Container.
Move the GitHub Action that builds the Windows artefacts to use the new subsurface/mxe-build:3.1.0 container. Also rename references to the old container in scripts and documantation. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
89506d9782
commit
05ef933ff7
4 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ git clone https://github.com/subsurface/subsurface
|
|||
cd subsurface
|
||||
git submodule init
|
||||
git submodule update
|
||||
docker run -v /some/path/windows:/__w subsurface/mxe-build-container:2.2 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh
|
||||
docker run -v /some/path/windows:/__w subsurface/mxe-build:3.1.0 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh
|
||||
```
|
||||
|
||||
This will result in subsurface-VERSION.exe and smtk2ssrf-VERSION.exe to be created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue