summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2021-04-24Turn off pylint in gitlab-ci.Kevin McCarthy
It dynamically installs the latest pylint via pip, meaning it can start failing arbitrarily. It also appears to halt the build even on warnings. Since this is just checking a single contrib script, it's not worth my trouble.
2020-09-04Use muttmua ubuntu image for shellcheck.Kevin McCarthy
2020-08-25ci: enable shellcheckWilliam Yardley
2020-08-22mutt_oauth2: update for pylint / flake8 warningsWilliam Yardley
* Update style to resolve some pylint / flake8 warnings * Run pylint / flake8 in CI
2019-08-11Add autocrypt and sqlite3 to .gitlab-ci.yml.Kevin McCarthy
2018-11-30Convert to use gitlab registry image ubuntu:18.04.Kevin McCarthy
The gitlab registry image is built using the Dockerfile in muttmua/docker-images/tree/master/ubuntu/18.04/ Turn off the scan-build-5.0. I never look at those reports and they run very slowly. Also, for now just compile for gnutls, to speed up the check further.
2018-01-15add clang static analysis to buildsBrendan Cully
2018-01-15gitlab-ci: build against openssl and gnutlsBrendan Cully
2018-01-15Add pages to .gitlab-ci.ymlKevin McCarthy
Use this to regenerate the manual and store it in the pages for the project.
2018-01-14use mutt/ubuntu build image, build with everything onBrendan Cully
2018-01-13skeleton .gitlab-ci.yml to compile commitsBrendan Cully