Add Linux build scripts for C++ Mailsync

This commit is contained in:
Ben Gotow 2017-08-11 17:41:22 -07:00
parent 0768077adf
commit 3a5f9abbd3
3 changed files with 16 additions and 3 deletions

View file

@ -25,15 +25,28 @@ addons:
packages:
- build-essential
- clang
- cmake
- fakeroot
- g++-4.8
- git
- libgnome-keyring-dev
- xvfb
- rpm
- autoconf
- automake
- libtool
- libctemplate-dev
- libcurl4-openssl-dev
- libicu-dev
- libxext-dev
- libsasl2-dev
- libssl-dev
- libtidy-dev
- libxtst-dev
- libxkbfile-dev
- libglib2.0-dev
- libxml2-dev
- uuid-dev
branches:
only:
@ -58,8 +71,8 @@ before_install:
script:
# Checkout and build the (currently private) C++ codebase
- GIT_SSH_COMMAND='ssh -i app/build/resources/certs/mailsync-deploy-key' git submodule update --init mailsync
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -scheme MailSync -configuration Release; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "TODO"; fi
- mailsync/build.sh
# Build and package the Merani Electron application
- npm run build

Binary file not shown.

@ -1 +1 @@
Subproject commit e88c5a260bc8a1d67e68545358af805b78096cfd
Subproject commit b72b95152504e6c8a32c22620aff85e5af7fedf1