mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
smtk-import: add windows building to travis-ci
Prepare the building script to suport travis or set other automated builds, while keeping other options to manual builds. In before_install script, create needed directories, and dowload mdbtools sources. Add smtk2ssrf build script to travisbuild.sh Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
d303a589e6
commit
f6cee2ca7e
3 changed files with 71 additions and 48 deletions
|
@ -20,6 +20,7 @@ tar xJf ../mxe-994ad473.tar.xz
|
|||
sudo mkdir -p /data/winqt551/
|
||||
sudo ln -s ${TRAVIS_BUILD_DIR}/../mxe /data/winqt551/mxe-current
|
||||
ls -l /data/winqt551/mxe-current/usr
|
||||
sudo ln -s ${TRAVIS_BUILD_DIR}/../mxe /usr/src/mxe
|
||||
|
||||
# libdivecomputer uses the wrong include path for libusb
|
||||
# the pkgconfig file for libusb already gives the include path as
|
||||
|
@ -74,3 +75,15 @@ if ! git checkout v5.0.0 ; then
|
|||
echo "can't check out v5.0.0 of grantlee -- giving up"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Get mdbtools"
|
||||
cd ${TRAVIS_BUILD_DIR}/..
|
||||
git clone https://github.com/brianb/mdbtools.git
|
||||
|
||||
# get prebuilt mxe libraries for mdbtools and glib.
|
||||
# do not overwrite upstream prebuilt mxe binaries if there is any coincidence.
|
||||
wget https://www.dropbox.com/s/842skyusb96ii1u/mxe-static-minimal-994ad473.tar.xz
|
||||
[[ ! -f mxe-static-minimal-994ad473.tar.xz ]] && exit 1
|
||||
cd mxe
|
||||
tar -xJf ../mxe-static-minimal-994ad473.tar.xz --skip-old-files
|
||||
ls -al usr/
|
||||
|
|
|
@ -13,3 +13,4 @@ mkdir win32
|
|||
ls -l
|
||||
cd win32
|
||||
bash -ex ${TRAVIS_BUILD_DIR}/packaging/windows/mxe-based-build.sh installer
|
||||
bash -ex ${TRAVIS_BUILD_DIR}/packaging/windows/smtk2ssrf-mxe-build.sh -i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue