Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

GH actions #200

Merged
merged 5 commits into from
Jan 21, 2022
Merged

GH actions #200

merged 5 commits into from
Jan 21, 2022

Commits on Jan 20, 2022

  1. ci: update scripts

    Overhauling the ci scripts to split them into singular steps,
    combining them in the run script.
    
    Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
    FintanH committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    2a07568 View commit details
    Browse the repository at this point in the history
  2. vcs::git: don't test submodule on ci

    GH actions likes to set up its own git history which causes the
    submodule test to fail. We guard against running this test, unless its
    local (or on some other CI).
    
    Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
    FintanH committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3c11997 View commit details
    Browse the repository at this point in the history
  3. vcs::git: guard for windows

    Special file names is not supported on Windows. We ignore the test for
    the Windows build.
    
    Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
    FintanH committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9cc3377 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. ci: github actions

    Add github actions to run the ci scripts for github PRs.
    
    Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
    FintanH committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2da9288 View commit details
    Browse the repository at this point in the history
  2. build: add context to unpacking git-platinum

    Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
    FintanH committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c80b131 View commit details
    Browse the repository at this point in the history