Update .gitlab-ci.yml

This commit is contained in:
Ayham Abou Al Fadl 2019-09-28 13:09:05 +00:00
parent 9994cb3aeb
commit 7419989aa7
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ build:
before_script:
- apt update && apt -y install make autoconf cmake
# Qt5 download.
- wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
- chmod +x qt-opensource-linux-x64-5.7.0.run
- ./qt-opensource-linux-x64-5.7.0.run
- apt -y qtcreator
script:
- ./build.sh
artifacts: