Skip to content

Commit

Permalink
Workaround for Ubuntu 19.04 job
Browse files Browse the repository at this point in the history
  • Loading branch information
acebrianjuan committed Jul 31, 2020
1 parent ae23385 commit 4af0d8d
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 @@ -136,6 +136,20 @@ ubuntu18.04:
- make install


ubuntu19.04:
image: ubuntu:disco
stage: build
script:
- sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
- apt-get update
- 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


ubuntu19.10:
image: ubuntu:eoan
stage: build
Expand Down

0 comments on commit 4af0d8d

Please sign in to comment.