forked from qTox/qTox
-
Notifications
You must be signed in to change notification settings - Fork 4
30 lines (28 loc) · 804 Bytes
/
nixos.yaml
File metadata and controls
30 lines (28 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: nixos tests
on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- '.github/workflows/startup-tests.yml'
- '.github/workflows/change_log.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- '.github/workflows/startup-tests.yml'
- '.github/workflows/change_log.yml'
jobs:
compile:
name: nixos test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Run test
uses: addnab/docker-run-action@v3
with:
image: nixos/nix:latest
options: -v ${{ github.workspace }}:/work
run: |
id;ls -al /work/; # compile command here
nix-build /work/buildscripts/nixos_qtox.nix