mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
set -ev
|
|
export PATH=/opt/qt59/bin:$PATH
|
|
qmake -recursive
|
|
make --silent -j3 || make
|
|
exit
|