Set up a nix build job
This commit is contained in:
parent
45cde32ff2
commit
95d40800f4
@ -17,3 +17,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
build-flake:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build the apps
|
||||||
|
run: nix build .#all
|
||||||
|
- name: Check the end of the build
|
||||||
|
run: ls ${{ gitea.workspace }}/result/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user