File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Build with Colmena
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - automated_builds
7
+
8
+ jobs :
9
+ build_and_deploy :
10
+
11
+ runs-on : ubuntu-latest
12
+
13
+ steps :
14
+
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
17
+
18
+ - name : Install Nix
19
+ uses : cachix/install-nix-action@v27
20
+
21
+ - name : Build with Colmena
22
+ run : nix develop -c colmena build
23
+
Original file line number Diff line number Diff line change 1
1
# nix
2
2
3
+ [ ![ GitHub Actions Build] ( https://github.com/ocf/nix/actions/workflows/build-with-colmena.yml/badge.svg )] ( https://github.com/ocf/nix/actions/workflows/build-with-colmena.yml )
4
+
3
5
This repository contains the [ NixOS] files used to maintain and configure the
4
6
servers and desktops used by the [ Open Computing Facility] at UC Berkeley.
5
7
You can’t perform that action at this time.
0 commit comments