Skip to content

Commit

Permalink
Add GitLab CI job for Ubuntu 20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
acebrianjuan committed Jul 31, 2020
1 parent 849f582 commit ae23385
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,20 @@ ubuntu20.04:
allow_failure: true


ubuntu20.10:
image: ubuntu:groovy
stage: build
script:
- apt-get update
- export DEBIAN_FRONTEND=noninteractive
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-system-dev libprotobuf-dev protobuf-compiler qtbase5-dev qtdeclarative5-dev qtpositioning5-dev libqt5charts5-dev qml-module-qtquick2 qml-module-qtquick-controls2 qml-module-qtquick-window2 qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick-layouts
- cd build
- cmake ..
- make -j $(nproc)
- make install
allow_failure: true


coverity-scan:
image: ubuntu:bionic
stage: build
Expand Down

0 comments on commit ae23385

Please sign in to comment.