Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP DNM] try github actions for build checks #640

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2023

  1. WIP remove JenkinsStuff to avoid useless runs there

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    aee8abb View commit details
    Browse the repository at this point in the history
  2. .github/workflows: add a quick draft of make distcheck

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f6936e5 View commit details
    Browse the repository at this point in the history
  3. .github/workflows: reuse the jenkins job-1-check.sh script

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    802b026 View commit details
    Browse the repository at this point in the history
  4. use a sparse checkout of the main repo to get the script

    It's not in the tarball
    
    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    427cafa View commit details
    Browse the repository at this point in the history
  5. add runner self hosted on Inria CI cloud

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    555b00a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. install w3m to generate the uptodate readme in the tarball

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fb7772d View commit details
    Browse the repository at this point in the history
  2. reuse ci.inria.fr job-0-tarball.sh

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e3c7155 View commit details
    Browse the repository at this point in the history
  3. build the tarball name for GITHUB_REF

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    be0063d View commit details
    Browse the repository at this point in the history
  4. debug

    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e61c72d View commit details
    Browse the repository at this point in the history