aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-14 19:54:34 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-14 19:54:34 -0600
commit53124e9b8c1feade1b88144d286ae2fcc4692c7e (patch)
tree9092950aecedc9a2e1290c50c5c6b9312c7d8815
parentd64e044ae288afdae80bc5e479d902d7f98cb6ea (diff)
downloadmakers-53124e9b8c1feade1b88144d286ae2fcc4692c7e.tar.gz
makers-53124e9b8c1feade1b88144d286ae2fcc4692c7e.zip
install lex & yacc for linux test
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4e2680..f467b90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,6 +98,7 @@ full-test-linux:
- (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!'
- makers help
- makers mrproper
+ - apt update && apt install -y flex bison
- makers defconfig
- makers
allow_failure: true