mirror of
https://github.com/pine64/blisp.git
synced 2025-01-18 11:40:13 +00:00
Compare commits
1 Commits
3130f77d5d
...
826d21148b
Author | SHA1 | Date | |
---|---|---|---|
|
826d21148b |
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -2,22 +2,6 @@ name: Build
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-nix-flake:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: cachix/install-nix-action@v30
|
|
||||||
- name: Check Nix Flake
|
|
||||||
run: nix flake check --print-build-logs
|
|
||||||
|
|
||||||
check-nix-build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: cachix/install-nix-action@v30
|
|
||||||
- name: Build package
|
|
||||||
run: nix build --print-build-logs
|
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user