Skip to content

Commit

Permalink
ci: add cross-compile build tests
Browse files Browse the repository at this point in the history
These are build only for now.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Oct 16, 2024
1 parent d1f9c86 commit bb596ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: cross
on: push

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: nix build '.#picom-cross.merged' -L

0 comments on commit bb596ba

Please sign in to comment.