Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Use `only` clauses everywhereebassi/ci-only-default | Emmanuele Bassi | 2021-01-12 | 1 | -2/+4 |
| | | | | | | | Otherwise GitLab will detach jobs from the pipeline. To limit the amount of work done by the macOS job, we run the build only on branches on the project repository. | ||||
* | ci: Limit macOS builds | Emmanuele Bassi | 2021-01-04 | 1 | -0/+3 |
| | | | | Only build on macOS for merge requests and the main development branch. | ||||
* | Don't build docs or installed tests on MacOS | Matthias Clasen | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | ci: Add a macos build | Matthias Clasen | 2021-01-03 | 1 | -0/+17 |
| | |||||
* | ci: Add analysis stage to the pipeline | Emmanuele Bassi | 2020-11-09 | 1 | -0/+32 |
| | | | | Run a static analysis and an ASan jobs on the gdk-pixbuf code base. | ||||
* | ci: Add release-dist job | Emmanuele Bassi | 2020-11-09 | 1 | -1/+21 |
| | | | | Use it to generate the release artefacts. | ||||
* | ci: Use DAG to cut down on CI pipeline times | Emmanuele Bassi | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | ci: Add style check job | Emmanuele Bassi | 2020-11-09 | 1 | -0/+13 |
| | | | | Make at least an attempt at a consistent coding style. | ||||
* | ci: Add JUnit report for the test suite | Emmanuele Bassi | 2020-11-09 | 1 | -8/+9 |
| | |||||
* | ci: Clean up the pipeline | Emmanuele Bassi | 2020-11-09 | 1 | -9/+16 |
| | | | | Use common environment variables for the various jobs. | ||||
* | ci: Build and deploy the API reference | Emmanuele Bassi | 2020-06-26 | 1 | -8/+48 |
| | |||||
* | CI: Switch to the new win32 runners | Christoph Reiter | 2020-05-03 | 1 | -2/+2 |
| | | | | powershell instead of cmd, win2016 instead of 2012r2 | ||||
* | ci: Update the Docker image | Emmanuele Bassi | 2019-11-26 | 1 | -1/+1 |
| | | | | Install Meson 0.48.1, in preparation for merging !51. | ||||
* | ci: add a msys2 mingw64 job | Christoph Reiter | 2018-12-11 | 1 | -1/+17 |
| | |||||
* | ci: Fix the artifacts caching on failure | Emmanuele Bassi | 2018-06-14 | 1 | -1/+1 |
| | | | | | We generate a random builddir, so we need to modify the `paths` key for the artifacts we store on CI failure. | ||||
* | ci: Test the libjasper loaderissue-73 | Emmanuele Bassi | 2018-05-30 | 1 | -0/+2 |
| | | | | Move the build options into the YAML file while we're at it. | ||||
* | Prepare for GitLab CI | Emmanuele Bassi | 2018-04-30 | 1 | -0/+20 |
Once we migrate GdkPixbuf over to GitLab, we should already have all the required bits in place for running a continuous integration pipeline. |