summaryrefslogblamecommitdiffstats
path: root/scripts/windows-container/in-container-build.sh
blob: fd38d7ba05a015480558b6a6eb4e6f868179c74b (plain) (tree)
1
2
3
4
5
6



                                                                    
                                                  






                                                                         


                                                                     
                                                                     
                                                                     
#!/bin/bash
# this gets executed inside the container when building a Windows
# installer on Travis
#
# working directory is assumed to be the directory including all the
# source directories (subsurface, googlemaps, etc)
# in order to be compatible with the assumed layout in the MXE script, we
# need to create the secondary build directory

set -x
set -e

mkdir -p win32
cd win32

# right now the container still has an older version of MXE installed
export MXEBUILDTYPE=i686-w64-mingw32.shared

bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer

bash -ex ../subsurface/packaging/windows/smtk2ssrf-mxe-build.sh -a -i