diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe8ed32970a726fd617bee0baadf2695691e419f..86ea443f0e42a09cf5bd7d232be99c90a161f076 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -323,6 +323,18 @@ nightly:top-level:bionic: - schedules - web +nightly:top-level:cosmic: + image: skymoo/ligo-lalsuite-dev:cosmic + stage: nightly + script: + - ./00boot + - ./configure --enable-doxygen + - make -j4 distcheck + dependencies: [] + only: + - schedules + - web + # FIXME: It seems that Octave on buster currently has a few bugs which # cause the Octave bindings to fail, disable building the Octave SWIG # bindings for the time being.