aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-11 16:28:02 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-11 18:16:20 +0100
commitafa573f464a77ee887faa858faf1d963b2087abd (patch)
tree90d1ef52e1f6b6abd95e93f36a0b04f41afb19d4 /.cirrus.yml
parentaa71df059f2eee4f33f0b137948c1f71d8260b88 (diff)
downloadPROJ-afa573f464a77ee887faa858faf1d963b2087abd.tar.gz
PROJ-afa573f464a77ee887faa858faf1d963b2087abd.zip
.cirrus.yml: disable ccache as cache uploading can be super slow
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 86e90ae2..086e6875 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,14 +13,15 @@ task:
CIRRUS_CLONE_DEPTH: 1
MAKE_FLAGS: -j 4
- cache:
- folder: $HOME/.ccache
+ # Disable cache: its upload can take up to 30 minutes!
+ #cache:
+ # folder: $HOME/.ccache
pkginstall_script:
- pkg install -y autoconf automake libtool pkgconf sqlite3 tiff ccache gmake
configure_script:
- ./autogen.sh
- - CC="ccache cc" CXX="ccache c++" ./configure --disable-static
+ - ./configure --disable-static
compile_script:
- gmake $(MAKE_FLAGS)
test_script: