aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-06 14:24:25 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-06 14:24:25 -0600
commitec5fbe5227edc53bb02ac0896ac62e9e21f8e92a (patch)
tree475f213746c61efa7feebd88734c0faa0be53618
parent455b77bdbc78729c4175e27a949327c9836b8794 (diff)
downloadmakers-ec5fbe5227edc53bb02ac0896ac62e9e21f8e92a.tar.gz
makers-ec5fbe5227edc53bb02ac0896ac62e9e21f8e92a.zip
test on a pre-configuration Linux kernel
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcf3e6c..e6e527e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,3 +57,15 @@ full-test-spdx:
- cd ~/spdx-license-list
- apt update && apt install -y default-jre-headless
- makers
+
+full-test-linux:
+ stage: full-test
+ script:
+ - cargo install --path .
+ - mdkir ~/linux
+ - cd ~/linux
+ - wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.11.tar.xz
+ - tar xf linux-*.tar.xz
+ - cd linux-*/
+ - makers -p
+ - makers || echo "haven't given a Kconfig yet, so no surprise that it failed"