Skip to content

Commit

Permalink
ci: use a ppa for gdal and for sdl2 for the appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
kidanger committed Aug 2, 2021
1 parent a8e5561 commit b6a1027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ steps:
image: ubuntu:bionic
commands:
- apt-get update
- apt-get install -qq software-properties-common
- add-apt-repository -y ppa:ubuntugis/ppa
- add-apt-repository -y ppa:cybermax-dexter/sdl2-backport
- apt-get update
- apt-get install -qq build-essential wget
# install a custom version of cmake because bionic is old
- wget https://github.com/Kitware/CMake/releases/download/v3.13.5/cmake-3.13.5-Linux-x86_64.tar.gz -O cmake.tar.gz
Expand Down

0 comments on commit b6a1027

Please sign in to comment.