mirror of
https://github.com/leozide/leocad
synced 2025-02-07 08:45:49 +01:00
Update .travis.yml
This commit is contained in:
parent
b349012ac0
commit
b8572a3141
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -10,7 +10,6 @@ matrix:
|
||||||
- sourceline: "ppa:beineri/opt-qt487-trusty"
|
- sourceline: "ppa:beineri/opt-qt487-trusty"
|
||||||
packages:
|
packages:
|
||||||
- opt-qt4-qmake opt-qt4-dev-tools opt-libqt4-dev opt-libqt4-dev-bin opt-libqt4-opengl-dev
|
- opt-qt4-qmake opt-qt4-dev-tools opt-libqt4-dev opt-libqt4-dev-bin opt-libqt4-opengl-dev
|
||||||
sudo: required
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- QT_BASE=48
|
- QT_BASE=48
|
||||||
|
@ -22,7 +21,6 @@ matrix:
|
||||||
- sourceline: "ppa:beineri/opt-qt-5.10.1-trusty"
|
- sourceline: "ppa:beineri/opt-qt-5.10.1-trusty"
|
||||||
packages:
|
packages:
|
||||||
- qt510base
|
- qt510base
|
||||||
sudo: required
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- QT_BASE=510
|
- QT_BASE=510
|
||||||
|
@ -36,7 +34,6 @@ matrix:
|
||||||
- qtbase5-dev
|
- qtbase5-dev
|
||||||
- qttools5-dev-tools
|
- qttools5-dev-tools
|
||||||
- libqt5opengl5-dev
|
- libqt5opengl5-dev
|
||||||
sudo: required
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- QT_BASE=510
|
- QT_BASE=510
|
||||||
|
@ -50,15 +47,8 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- QT_BASE=57
|
- QT_BASE=57
|
||||||
|
|
||||||
before_install:
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|
||||||
#brew update;
|
|
||||||
fi
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
#brew install qt5 grep;
|
|
||||||
#brew link --force qt5;
|
|
||||||
wget https://github.com/leozide/povray/releases/download/continuous/povray
|
wget https://github.com/leozide/povray/releases/download/continuous/povray
|
||||||
wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip -O library.zip;
|
wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip -O library.zip;
|
||||||
unzip library.zip;
|
unzip library.zip;
|
||||||
|
|
Loading…
Add table
Reference in a new issue