Skip to content
Snippets Groups Projects
Commit 7b5feb0d authored by bbartels's avatar bbartels
Browse files

Update .gitlab-ci.yml

parent 3a7d3187
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3 image: ruby:2.3
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qt5-default qt4-default - apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qt4-default qtbase5-dev qt5-qmake qtbase5-dev-tools
- ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /bin/qmake-qt5 # QT hack - ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /bin/qmake-qt5 # QT hack
- ln -s /usr/lib/x86_64-linux-gnu/qt4/bin/qmake /bin/qmake # QT hack
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment