mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 18:16:55 +00:00
.. | ||
windows | ||
android_container_prep.sh | ||
build-and-submit-package.sh | ||
ci-scripts.mk | ||
ci.template | ||
config.yml | ||
distributions | ||
distributions.jinja | ||
distributions.license | ||
gpg-agent.conf | ||
gpg.conf | ||
i386.cmake | ||
i386_and_proclamation_container_prep.sh | ||
install-android-sdk.sh | ||
install-android-sdk.sh.jinja | ||
install-ci-fairy.sh | ||
install-cross.sh | ||
install-ndk.sh | ||
local.properties | ||
localhost.json | ||
localhost.json.license | ||
README.md | ||
reprepro.sh | ||
reprepro.sh.jinja | ||
win_containers.yml |
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@d5aa3941aa03c2f716595116354fb81eb8012acb
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