[GRASS-git] [OSGeo/grass] b77880: ci: Remove duplication in Ubuntu workflow, keep te...

Vaclav Petras noreply at github.com
Wed Jul 21 19:46:36 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass
  Commit: b77880d09fa2f284b1be4f5d7732aa03d711934f
      https://github.com/OSGeo/grass/commit/b77880d09fa2f284b1be4f5d7732aa03d711934f
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    A .github/workflows/build_ubuntu-18.04.sh
    A .github/workflows/build_ubuntu-20.04.sh
    R .github/workflows/build_ubuntu18.sh
    R .github/workflows/build_ubuntu20.sh
    R .github/workflows/ci_ubuntu18.yml
    R .github/workflows/ci_ubuntu20.yml
    M .github/workflows/codeql-analysis.yml
    M .github/workflows/gcc.yml
    A .github/workflows/ubuntu.yml
    M README.md

  Log Message:
  -----------
  ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)

Remove duplication introduced with PDAL: matrix.os has the name of the the system which is used in the YAML.
This basically returns the CI YAML files state to what it was before the change, but
keeping the addition of a new build script and version-specific naming for the scripts.

Remove the separate Ubuntu build, keep only the test job, rename CI to Ubuntu.
There is no need for a separate build anymore since GCC workflows now do that.

Additionally, fix CentOS label, add empty lines between list items (maybe helpful; allowed by prettier).




More information about the grass-commit mailing list