Skip to content

Commit

Permalink
gitlab-ci: enable all checks on devServer
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Nov 8, 2024
1 parent abdc6fa commit cf7b820
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 cf7b820

Please sign in to comment.