From 3fa5d486b9fa2152b54566e8390df6719a76a0f4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 11 Dec 2019 18:20:02 +0100 Subject: .cirrus.yml: add libtiff dependency --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f1ff7a2e..4f140e72 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: folder: $HOME/.ccache pkginstall_script: - - pkg install -y autoconf automake libtool pkgconf sqlite3 wget unzip ccache gmake + - pkg install -y autoconf automake libtool pkgconf sqlite3 tiff wget unzip ccache gmake download_grid_script: - wget https://download.osgeo.org/proj/proj-datumgrid-1.8.zip - (cd data && unzip -o ../proj-datumgrid-1.8.zip) -- cgit v1.2.3