aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-23 22:25:56 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-23 22:26:58 +0200
commitd53437f0f811d02c77ab962f869aa6954447100f (patch)
tree3c671681286665241be4aca84917aadb71aab2f4
parent3d2a627e4994d59daefa8d1ae51002937f8bc858 (diff)
downloadPROJ-d53437f0f811d02c77ab962f869aa6954447100f.tar.gz
PROJ-d53437f0f811d02c77ab962f869aa6954447100f.zip
.cirrus.yml: backport improvements [skip travis] [skip appveyor]
-rw-r--r--.cirrus.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f1ff7a2e..4e926fb9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,17 +3,19 @@
task:
name: FreeBSD
freebsd_instance:
+ cpu: 4
matrix:
- image: freebsd-12-0-release-amd64
+ image: freebsd-12-1-release-amd64
# image: freebsd-11-2-release-amd64
# image: freebsd-10-4-release-amd64
env:
CIRRUS_CLONE_DEPTH: 1
- MAKE_FLAGS: -j 2
+ 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 wget unzip ccache gmake
@@ -22,7 +24,7 @@ task:
- (cd data && unzip -o ../proj-datumgrid-1.8.zip)
configure_script:
- ./autogen.sh
- - CC="ccache cc" CXX="ccache c++" ./configure --disable-static
+ - ./configure --disable-static
compile_script:
- gmake $(MAKE_FLAGS)
test_script: