-
Notifications
You must be signed in to change notification settings - Fork 11
44 lines (37 loc) · 1.12 KB
/
nix-flake-check.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Nix Flake Check
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - macos-latest
# - macos-13
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run Nix Flake Check
run: |
nix build .#bootloader-stm32f103-stm32duino
nix build .#bootloader-stm32f401-tinyuf2
nix build .#bootloader-stm32f411-tinyuf2
nix build --print-build-logs .#qmk-minif4_36-rev2021_5-blackpill_f401-rgoulter
nix build .#qmk-pico42-rgoulter-basic
nix build .#qmk-pico42-manna-harbour_miryoku
nix build .#qmk-pico42-vial
nix build .#qmk-pykey40-lite-rgoulter
nix build .#qmk-pykey40-lite-rgoulter-pinkieoutercolumn
nix build .#qmk-pykey40-lite-vial
nix build .#qmk-x_2-rev2021_1-bluepill
nix build .#qmk-x_2-rev2021_1-blackpill_f401