diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-06 20:08:53 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-06 20:08:53 -0600 |
commit | aa386feb7f0a78d3d8789b18cd280db405941b21 (patch) | |
tree | 89ea3590d697c8fe33e0ef03d4b1aed224fc27cb | |
parent | 49d15d615129fc04bb493b27228b554837b20f99 (diff) | |
download | makers-aa386feb7f0a78d3d8789b18cd280db405941b21.tar.gz makers-aa386feb7f0a78d3d8789b18cd280db405941b21.zip |
yknow what, fuck it, test ≈all of linux
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79d50d6..2e8f06d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,4 +69,7 @@ full-test-linux: - cd linux-*/ - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' - makers help + - makers mrproper + - makers defconfig + - makers allow_failure: true |