ci: libghostty on Linux build
parent
d1ad8e4740
commit
50054f8535
|
|
@ -40,6 +40,25 @@ jobs:
|
|||
- name: Test Build
|
||||
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
||||
|
||||
build-linux-libghostty:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Install Nix and use that to run our tests so our environment matches exactly.
|
||||
- uses: cachix/install-nix-action@v24
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: ghostty
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Build Libghostty
|
||||
run: nix develop -c zig build -Dapp-runtime=none
|
||||
|
||||
build-nix:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
|
|
|
|||
Loading…
Reference in New Issue