Skip to content

Commit

Permalink
Add initial GitHub Actions support for kyua
Browse files Browse the repository at this point in the history
This proposed GitHub Actions workflow file runs tests on MacOS and
Ubuntu Linux, similar to what is being proposed in
freebsd/atf#93 .

The delta between this change and the one being made in ATF mostly
relates to the additional package dependencies, e.g., with and without
ATF.

Kyua is built from scratch because of issues with dependent packages and
runtime linker collisions on both MacOS and Ubuntu. The binary package
versions are built against a different version of Lutok, ergo they can
have runtime linker collisions.

Signed-off-by: Enji Cooper <[email protected]>
  • Loading branch information
ngie-eign committed Dec 29, 2024
1 parent a917b2c commit 3ade26e
Showing 1 changed file with 225 additions and 0 deletions.
225 changes: 225 additions & 0 deletions .github/workflows/build.yaml

0 comments on commit 3ade26e

Please sign in to comment.