summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-14 17:20:40 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-14 17:20:40 +0100
commit1eeee030d642738141926beedfefc3bf657e0a69 (patch)
tree5c1cfb9146ade46437963bd3197b2cb05aaf7de5
parentc411737010e85d41df2927a4c6a78dd0c50736f3 (diff)
feat(ci): build all packages declared in default.nix
-rw-r--r--.github/workflows/ci.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d0e12b5..fcad77e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,14 +16,5 @@ jobs:
       with:
         name: openlab-aux
         signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
-
-    # TODO: fix default.nix so we can just nix-build default.nix
-    #       nix expression for anzeigetafel
-    #       nixos module test?
-
-    - name: build standard warteraum binary plus tests
-      run: nix-build -A warteraum
-    - name: build static warteraum binary plus tests
-      run: nix-build -A warteraum-static
-    - name: build bahnhofshalle
-      run: nix-build -A bahnhofshalle
+    - name: nix-build
+      run: nix-build