Skip to content

Add gitlab-ci.yml file for an initial CI setup

erciccione requested to merge erciccione/monero-site:CI into master

This is a minimal configuration file for GitLab's CI. moneromooo installed the runner and now we have to give it a configuration file with some instructions.

As said, these are very minimal instructions for the pipelines: install dependencies and build the website. After some testing we can implement caching and other optimizations.

Merge request reports