X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;h=291b943a7e4c1ab5359fd7d33bcbd5e18ed796fa;hb=b3828c8edca75b5944c5c3aa6205d7c061605591;hp=45531263d9cdfcb3988661d9d6e31b5fa160a9a7;hpb=d6cb6f0d8d258f4125fd3a0cc3899541ea2efd5b;p=open-adventure.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4553126..291b943 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: alpine -variables: - GIT_SUBMODULE_STRATEGY: "recursive" - GIT_SSL_NO_VERIFY: "true" - stages: - build - test @@ -14,7 +10,7 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make debug @@ -33,7 +29,7 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make advent cheat @@ -90,9 +86,8 @@ test:debug: script: - cd tests - make + - make coverage - cd .. - - lcov -t "advent" -o advent.info -c -d . - - genhtml -o coverage advent.info artifacts: paths: - coverage