diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-14 19:54:34 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-14 19:54:34 -0600 |
commit | 53124e9b8c1feade1b88144d286ae2fcc4692c7e (patch) | |
tree | 9092950aecedc9a2e1290c50c5c6b9312c7d8815 /.gitlab-ci.yml | |
parent | d64e044ae288afdae80bc5e479d902d7f98cb6ea (diff) | |
download | makers-53124e9b8c1feade1b88144d286ae2fcc4692c7e.tar.gz makers-53124e9b8c1feade1b88144d286ae2fcc4692c7e.zip |
install lex & yacc for linux test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |