summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-10-16CI: Disable 'make test' job for CMake projectThorbjørn Lindeijer1-1/+2
Tests are not supported by the CMake project for now.
2024-10-16Use GIT_SUBMODULE_STRATEGY instead of manual updatingThorbjørn Lindeijer1-3/+1
This way it also applies to all jobs.
2024-06-06CI: Split attoconf and cmake artifactsFreeyorp1-9/+14
Artifacts of the same name from different runs can overwrite each other. This makes sure that tests of the cmake pipeline actually test the cmake artifacts, and similarly for attoconf.
2024-06-05CI: Add cmake buildFreeyorp1-8/+36
2024-06-05CI: Out-of-tree build by defaultFreeyorp1-2/+8
2024-06-05Fix CIFreeyorp1-6/+4
2024-03-18Add CI test stageFedja Beader1-1/+40
+Pass artifacts (well, the whole repo) to test stage +YAML syntax error. Since I saw a glimpse of the repo being reinitialised two tries ago, perhaps it saves everything tracked and just adding untracked files should be enough.
2024-02-13Enable GitLab CIFedja Beader1-0/+52
+Add meway's Ubuntu +Add python -> python2 symlink +Separate python/python2 into INSTALL_PACKAGES