From cf7b8206b22b3331e8b6818ffd63bff5f18d41be Mon Sep 17 00:00:00 2001 From: Robert James Hernandez Date: Wed, 30 Oct 2024 04:24:00 +0000 Subject: [PATCH] gitlab-ci: enable all checks on devServer --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0520a463..6c884311 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,15 @@ stages: - test - build - integ +# Nix build all the things +nix-checks: + tags: + - nix + stage: test + # Takes more than 1 hr to build on gitlab shared runners + timeout: 1 hour + script: + - nix flake check # This build takes a long time and should be done # outside of initial PR CI testing openwrt-ar71xx-build: