nickdesaulniers / github_actions_playground

messing around with github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

Testing using TuxBuild to build the Linux kernel with LLVM under CI.

Usage

$ ARCH=arm32_v7 [BOOT=0] ./check_logs.py

Where ARCH is one of:

  • arm32_v5
  • arm32_v6
  • arm32_v7
  • arm64
  • mips
  • ppc32
  • ppc64
  • ppc64le
  • riscv
  • s390
  • x86
  • x86_64

Requires that a TuxBuild secret token is configured.

About

messing around with github actions


Languages

Language:Python 100.0%