[pdal-commits] [PDAL/PDAL] 3755bd: Migrate from Azure Pipelines to Github Actions (#3...

Howard Butler noreply at github.com
Thu Sep 17 07:24:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3755bd3fe9a8f6b773e783ccbd6e8041b380e0eb
      https://github.com/PDAL/PDAL/commit/3755bd3fe9a8f6b773e783ccbd6e8041b380e0eb
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    A .github/workflows/conda.yml
    M .github/workflows/docs.yml
    A .github/workflows/linux.yml
    A .github/workflows/osx.yml
    A .github/workflows/win.yml
    R .travis.yml
    M HOWTORELEASE.txt
    M README.md
    R azure-pipelines.yml
    M doc/project/docs.rst
    M doc/project/integration.rst
    M plugins/hdf/io/HdfReader.cpp
    R scripts/appveyor/conda/build.cmd
    R scripts/appveyor/conda/recipe/bld.bat
    R scripts/appveyor/conda/recipe/build.sh
    R scripts/appveyor/conda/recipe/meta.yaml
    R scripts/appveyor/conda/recipe/scripts/activate.bat
    R scripts/appveyor/conda/recipe/scripts/activate.sh
    R scripts/appveyor/conda/recipe/scripts/deactivate.bat
    R scripts/appveyor/conda/recipe/scripts/deactivate.sh
    R scripts/appveyor/config.cmd
    R scripts/appveyor/test/build.cmd
    R scripts/appveyor/test/test.cmd
    R scripts/azp/doc.yml
    R scripts/azp/linux-conda.yml
    R scripts/azp/linux.yml
    R scripts/azp/osx.yml
    R scripts/azp/win.yml
    R scripts/ci/add_deploy_key.sh
    R scripts/ci/after_success.sh
    R scripts/ci/build_docs.sh
    A scripts/ci/conda/compile.sh
    A scripts/ci/conda/examples.sh
    A scripts/ci/conda/setup.sh
    R scripts/ci/deploy_website.sh
    A scripts/ci/docs/deploy_website.sh
    A scripts/ci/linux/cmake.sh
    A scripts/ci/linux/compile.sh
    A scripts/ci/linux/examples.sh
    A scripts/ci/linux/setup.sh
    A scripts/ci/linux/test.sh
    A scripts/ci/osx/cmake.sh
    A scripts/ci/osx/compile.sh
    A scripts/ci/osx/examples.sh
    A scripts/ci/osx/setup.sh
    A scripts/ci/osx/test.sh
    R scripts/ci/pdaldocs-private.key.enc
    R scripts/ci/script.sh
    A scripts/ci/win/cmake.sh
    A scripts/ci/win/compile.sh
    A scripts/ci/win/examples.sh
    A scripts/ci/win/setup.sh
    A scripts/ci/win/test.sh
    R scripts/osgeo4w/config.cmd

  Log Message:
  -----------
  Migrate from Azure Pipelines to Github Actions (#3192)

* Github Action for Linux/Conda build

* conda linux build

* syntax

* no CPD

* actually test

* add osx builder

* add windows build

* use cmd instead of bash

* syntax

* print cd

* build dir

* conda shell for win

* lint

* explicit activation

* call conda

* try using bash instead of cmd

* directory

* shell subs

* remove cmd continuations

* lint

* more lint

* line continuations

* quoting

* fetch explicit string for datasetName in readers.hdf

* CMAKE_BUILD_TYPE

* put each step into its own script

* directory paths

* source

* doc pushing

* doc deploy script

* trigger build

* syntax

* checkout into root dir

* doc push churn

* clone above root

* git directory name

* git checkout for docs

* documentation build/push

* executable bit for doc deploy_website

* deploy conditional

* syntax

* small layout tweaks

* doc deploy path

* split linux and osx workflows

* gdal-config lint

* remove conda strict

* typo'd install path

* update fixed conda config

* quit failing at logic

* install into CONDA_PREFIX for linux

* cleanups

* docs

* no md

* don't build svgs for latex

* remove AzP reference

* add win examples

* fixed/float build matrix for OSX and Windows

* fixed/float build matrix for OSX and Windows

* correct path to win examples

* no gdal-config on win

* turn off abseil on win/osx

* export cl.exe

* remove conda-build usage

* start adding conda feedstock build/test loop

* clobber

* wipe sha256 and url params

* use https url for feedstock build fetch

* conda install

* dont build twice

* typo

* need ninja and compilers to do things

* artifact upload

* use local packages directory for install

* permute runs-on

* set CXX and CC variables for windows

* bump build number to 2112 so it doesn't clash

* use correct env var

* need msvc enabled if windows-latest

* reinstall compilers




More information about the pdal-commits mailing list