branch: externals/system-packages commit e53540faf4b2d6d3eb037a33c0636d86b6105076 Author: Alex Branham <bran...@utexas.edu> Commit: Alex Branham <bran...@utexas.edu>
Update CI to use Emacs docker image --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deb21a1..2152e52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ +image: silex/emacs:dev + before_script: - - apt-get update -qq && apt-get install -y -qq emacs - emacs --version + test: script: - make compile