[geos-commits] [SCM] GEOS branch 3.7 updated. 53642341f8d019eb5d95825528634b48c81a7eee
git at osgeo.org
git at osgeo.org
Wed Feb 3 15:12:49 PST 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, 3.7 has been updated
via 53642341f8d019eb5d95825528634b48c81a7eee (commit)
from 88d176e8662250034900f0578bc38736c21c4194 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 53642341f8d019eb5d95825528634b48c81a7eee
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Feb 3 15:12:44 2021 -0800
Remove cmake CI tests
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2007c7f..fbc89e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,13 +16,6 @@ jobs:
strategy:
matrix:
ci:
- - {
- compiler: g++,
- build: cmake,
- cxxstd: 11,
- arch: 64,
- packages: 'g++ cmake doxygen',
- os: ubuntu-18.04
}
- {
compiler: g++,
@@ -40,38 +33,6 @@ jobs:
packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib doxygen automake git2cl',
os: ubuntu-18.04
}
- - {
- compiler: clang++,
- build: cmake,
- cxxstd: 11,
- arch: 64,
- packages: 'clang cmake doxygen',
- os: ubuntu-18.04
- }
- - {
- compiler: g++,
- build: cmake,
- cxxstd: 11,
- arch: 64,
- packages: 'g++ cmake doxygen',
- os: ubuntu-20.04
- }
- - {
- compiler: clang++,
- build: cmake,
- cxxstd: 11,
- arch: 64,
- packages: 'clang cmake doxygen',
- os: ubuntu-16.04
- }
- - {
- compiler: clang++,
- build: cmake,
- cxxstd: 14,
- arch: 64,
- packages: 'clang cmake doxygen',
- os: ubuntu-20.04
- }
runs-on: ${{ matrix.ci.os }}
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 39 ---------------------------------------
1 file changed, 39 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list