mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
[skip appveyor] Not a great difference, but we are too close to 50' limit Also reduce curl max time to avoid timouts. For Linux buils remove --silent build to avoid the job being cancelled
7 lines
228 B
Bash
Executable File
7 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
set -ev
|
|
export PATH=/opt/qt514/bin:$PATH
|
|
qmake -recursive QMAKE_CXXFLAGS_WARN_ON+="-Wno-deprecated-declarations -Wno-unused-value" QMAKE_CFLAGS_WARN_ON+="-Wno-deprecated-declarations -Wno-unused-value"
|
|
make -j4
|
|
exit
|