summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: add ci-fairy linter to make sure commits are GPG signedHEADmasterTim-Philipp Müller2023-04-271-0/+29
|
* ci: add arm64 CITim-Philipp Müller2023-04-261-10/+33
|
* ci: fix pipeline run for merge requestsTim-Philipp Müller2020-12-231-2/+3
| | | | | | | | | | | | | | | This way CI pipeline runs for branches and tags and makes it show up in merge requests where a branch is used as source branch. Makes all jobs show up in merge request CI indicator (not just the whitespace job) and only runs a single CI pipeline, without the additional detached pipeline. https://docs.gitlab.com/ce/ci/yaml/#workflowrules-templates Signed-off-by: Ralph Giles <giles@thaumas.net>
* Add support for Meson build systemTim-Philipp Müller2020-10-281-1/+19
| | | | | | | | | | | | | | Tested on: - Linux/x86* with gcc - Android armv7 arm64 x86 x86_64 with clang - Windows x86 x86_64 with Visual Studio 2017 - Windows x86 x86_64 with MinGW - macOS x86_64 with clang - iOS arm64 x86_64 with clang Co-authored by: Nirbheek Chauhan <nirbheek@centricular.com> https://gitlab.xiph.org/xiph/opus/-/merge_requests/13
* gitlab-ci: Run jobs on the gcc:9 image.Ralph Giles2020-08-081-1/+1
| | | | | | | | | | | | | Use a versioned gcc container image for more consistent test results. This is the same version we're using for other projects, but of course it will need to be bumped periodically. The current gcc release is 10.2. The oldest supported release is 8.4, so this is in the middle of the support window. Signed-off-by: Marvin Scholz <epirat07@gmail.com>
* Add CI to check for trailing whitespaces in merge requestsMarcus Asteborg2020-06-151-0/+7
|
* Build and run test for cmake build in gitlab-ciMarcus Asteborg2020-06-111-1/+2
| | | | Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
* gitlab-ci: Add a build description.Ralph Giles2020-05-091-0/+34
Describe builds for the gitlab continuous integration service runners. This does a trial build under both autotools and cmake, so we get some coverage for changes on that hosting platform. After the same script in the vorbis and ogg projects. Signed-off-by: Mark Harris <mark.hsj@gmail.com>