Files
GoldenCheetah/travis/linux/script.sh
Ale Martinez 6749574600 Travis-ci enable Linux build to generate AppImage
Existing code for OSX was migrated to scripts on travis/osx without changes.
New scrtps for Linux were added to travis/linux based on previous work
by gcoco and LyzardKing
Install linux dependencies similar to OSX version, including samplerate,
vlc, ical, kml, d2xx, srmio, libusb-compat/libusb1.0 and R 3.5
Enable CloudDB and Cloud services using shared secrets with OSX version
Generate AppImage and set src/$FINAL_NAME to enable automatic deploy
Optionally upload the AppImage to transfer.sh for testing
2018-11-11 13:42:14 -03:00

7 lines
100 B
Bash
Executable File

#!/bin/bash
set -ev
export PATH=/opt/qt59/bin:$PATH
qmake -recursive
make --silent -j3 || make
exit