X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=.cirrus.yml;h=712f953f92296662dc3a1b9030c525739b41556e;hp=832cd598b56f0d26465f6331eadd63e0c2242727;hb=ab0b333150fb4f573552db0265d065b0e8219b04;hpb=a35c571a85a25a7b50532089e77aa83a58986548 diff --git a/.cirrus.yml b/.cirrus.yml index 832cd59..712f953 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -79,45 +79,17 @@ task: chown -R bup:bup . su -l bup -c "eatmydata make -j6 -C '$(pwd)' PYTHON=python3 check" -task: - name: freebsd (py2) - freebsd_instance: - image: freebsd-12-1-release-amd64 - cpu: 4 - memory: 4 - script: | - set -xe - dev/prep-for-freebsd-build python2 - dev/system-info - gmake -j6 PYTHON=python2 check - # It looks like su might not work here... - #pw useradd -n bup -s /bin/sh -m -w no - #chown -R bup . - #su -l bup -c "gmake -j3 -C '$PWD' check" - task: name: freebsd (py3) freebsd_instance: - image: freebsd-12-1-release-amd64 + image: freebsd-12-2-release-amd64 cpu: 4 memory: 4 script: | set -xe dev/prep-for-freebsd-build python3 dev/system-info - gmake -j6 PYTHON=python3 check - -task: - name: macos (py2) - allow_failures: true - osx_instance: - image: catalina-base - script: | - set -xe - dev/prep-for-macos-build python2 - export PKG_CONFIG_PATH=/usr/local/opt/readline/lib/pkgconfig - dev/system-info - make -j4 PYTHON=python2 check + gmake -j6 PYTHON=python3.7 check task: name: macos (py3)