monado/.gitlab-ci
Christoph Haag 1af711ec8b ci: Fix archlinux container
OpenCV highui now depends on qt6
2023-05-22 16:53:15 +02:00
..
windows ci: Install sdl2 with vulkan feature 2023-04-24 03:27:01 +00:00
android_container_prep.sh ci: First pass for Windows CI 2022-05-19 18:02:15 -05:00
build-and-submit-package.sh ci: Try again: Switch to using ci-fairy templates 2022-01-25 11:19:21 -06:00
ci-cmake-build.sh ci: Respect FDO_CI_CONCURRENT. 2023-03-15 09:56:44 -05:00
ci-containers-variables.yml.jinja ci: Adjust rules for deciding whether to build. 2023-04-14 16:50:18 -05:00
ci-containers.yml.jinja ci: Adjust rules for deciding whether to build. 2023-04-14 16:50:18 -05:00
ci-gradle-build.sh ci: Respect FDO_CI_CONCURRENT. 2023-03-15 09:56:44 -05:00
ci-rules.yml ci: Almost always build the containers in MRs 2023-05-11 09:44:37 +01:00
ci-scripts.mk ci: Adjust rules for deciding whether to build. 2023-04-14 16:50:18 -05:00
ci.template ci: Try to fix CI 2023-04-15 01:28:50 +01:00
config.yml ci: Fix archlinux container 2023-05-22 16:53:15 +02:00
distributions ci: Add Ubuntu Jammy 2022-07-25 16:38:04 -05:00
distributions.jinja build,scripts: Word choice/clarity 2022-05-17 17:40:58 -05:00
distributions.license ci: Try again: Switch to using ci-fairy templates 2022-01-25 11:19:21 -06:00
functions.jinja ci: Adjust rules for deciding whether to build. 2023-04-14 16:50:18 -05:00
gpg-agent.conf ci: Try again: Switch to using ci-fairy templates 2022-01-25 11:19:21 -06:00
gpg.conf ci: Try again: Switch to using ci-fairy templates 2022-01-25 11:19:21 -06:00
i386.cmake ci: Add 32-bit builds 2020-04-28 16:52:23 -05:00
i386_and_proclamation_container_prep.sh ci: Add a README for the CI stuff and script to install CI fairy. 2022-09-20 09:31:47 -05:00
install-android-sdk.sh gradle: Update dependencies further and fix conflicts 2023-04-10 14:11:41 -05:00
install-android-sdk.sh.jinja ci: Move default versions from install-android-sdk to the config.yml 2022-06-27 10:00:06 -05:00
install-arch-additional-deps.sh ci: Update version of ci-templates used and include workaround for CI policy change. 2023-03-14 17:17:48 -05:00
install-ci-fairy.sh ci: Add a README for the CI stuff and script to install CI fairy. 2022-09-20 09:31:47 -05:00
install-cross.sh build: Remove meson files 2022-04-28 21:36:25 +00:00
install-ndk.sh gradle: update NDK and build tools versions to be consistent. 2022-03-16 20:29:50 +00:00
local.properties ci: Add java and Android SDK to our NDK builder 2022-03-16 20:29:50 +00:00
localhost.json ci: Publish apt repo to GitLab Pages instead of artifact hosting. 2020-05-11 12:07:32 -05:00
localhost.json.license ci: Add SPDX/REUSE data. 2020-11-02 17:04:51 +00:00
prebuild.sh ci: Respect FDO_CI_CONCURRENT. 2023-03-15 09:56:44 -05:00
README.md ci: Update version of ci-templates used and include workaround for CI policy change. 2023-03-14 17:17:48 -05:00
reprepro.sh ci: Add Ubuntu Jammy 2022-07-25 16:38:04 -05:00
reprepro.sh.jinja ci: Try again: Switch to using ci-fairy templates 2022-01-25 11:19:21 -06:00
win_containers.yml ci: Install sdl2 with vulkan feature 2023-04-24 03:27:01 +00:00

CI and Generated Stuff Readme

We use the FreeDesktop "CI Templates" to maintain build containers using code in this repo, storing the images in GitLab Registry. Our CI files (and some other files) are auto-generated from Jinja templates and config.yml, using ci-fairy. You can install it with:

python3 -m pip install git+https://gitlab.freedesktop.org/freedesktop/ci-templates@9f0eb526291fe74651fe1430cbd2397f4c0a819b

On Windows you will also need to have GNU make and busybox installed, such as with:

scoop install make busybox

To re-generate files, from the root directory, run:

make -f .gitlab-ci/ci-scripts.mk

If you really want to force rebuilding, you can build the clean target first:

make -f .gitlab-ci/ci-scripts.mk clean all