Skip to content

Commit

Permalink
Merge pull request #788 from socallinuxexpo/rh/1730262211
Browse files Browse the repository at this point in the history
[READY] - gitlab-ci nix flake check on devServer
  • Loading branch information
sarcasticadmin authored Nov 13, 2024
2 parents 881790c + cf7b820 commit 87d174a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87d174a

Please sign in to comment.