aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAge
* build: drop clang build as it is already checked by githubLibravatar Reiner Herrmann2020-10-01
|
* build: remove jobs from gitlab CI that are already check by githubLibravatar Reiner Herrmann2020-10-01
|
* build: check building with static analyzer in CILibravatar Reiner Herrmann2020-10-01
|
* ci: don't fail if strip fails, as it might not be a binaryLibravatar Reiner Herrmann2020-09-03
|
* ci: install gawk build dependencyLibravatar Reiner Herrmann2020-09-03
|
* typo: added line to wrong CI testLibravatar Fred Barclay2020-06-06
|
* test: build with clangLibravatar Fred Barclay2020-06-06
|
* CI: update & reenable RH buildsLibravatar Fred Barclay2020-05-22
|
* "apparmor" no longer part of .deb nameLibravatar Fred Barclay2020-05-22
| | | | | See 87e7b313997b1d2be6553cfb22fef71b74c84ea6
* Fix #3403 - missed oneLibravatar Fred Barclay2020-05-22
|
* Fix #3403Libravatar Fred Barclay2020-05-22
|
* gitlabLibravatar netblue302020-04-21
|
* gitlab pipeline fixesLibravatar netblue302020-04-21
|
* gitlab-ci: build with stretch imageLibravatar Reiner Herrmann2020-01-11
|
* gitlab-ci: it's actually the redhat test that was failingLibravatar Reiner Herrmann2020-01-02
|
* gitlab-ci: disable continuously failing fedora testLibravatar Reiner Herrmann2020-01-01
|
* gitlab-ci: drop debian patches before building, as they might conflictLibravatar Reiner Herrmann2020-01-01
|
* Adding sort.py to GitLab CI (#2973)Libravatar Fred Barclay2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add contrib/sort.py to Gitlab CI Not adding to Debian Jessie or CentOS since python >=3.6 is not available See https://github.com/netblue30/firejail/pull/2870 * Updates Explicitly install python3 on Ubuntu (should be pre-installed but not working as-is) Remove running python3 code on CentOS * ci: comment out contrib/sort.py for Alpine Getting this error: $ python3 contrib/sort.py etc/*.{profile,inc} [ Error ] Can't find `etc/*.{profile,inc}' ERROR: Job failed: exit code 1 For now it's better to debug later and enable this test for the other jobs
* run cppcheck in gitlab-ciLibravatar Reiner Herrmann2019-06-21
|
* fix indentationLibravatar Reiner Herrmann2019-06-21
|
* extend gitlab-ci configuration to run Debian CI testsLibravatar Reiner Herrmann2019-06-21
|
* add pkg-config build dependency to gitlab-ci configLibravatar Reiner Herrmann2019-06-21
|
* Add deb-apparmor build to Gitlab CILibravatar Fred-Barclay2019-01-26
|
* Switch ubuntu:latest to ubuntu:rolling for Gitlab CILibravatar Fred-Barclay2019-01-26
| | | | | | | Ubuntu:rolling is the latest Ubuntu release (LTS and/or non-LTS). Since debian:latest already provides a reasonable base for testing firejail builds on older Debian-based systems, use ubuntu:rolling to test on relatively new systems.
* Begin using gitlab for building to save time on auto code tests.Libravatar Fred-Barclay2018-11-02
Code tests are still run on Travis CI, but distro-specific builds are run on GitLab CI. Currently these are used: 1. Debian stable 2. Ubuntu latest 3. CentOS latest 4. Fedora latest 5. Alpine Debian and CentOS are for testing builds on older systems, for *.deb vs *.rpm, respectively. Ubuntu and Fedora are for testing builds on the latest **stable** systems for *.deb and *.rpm. Alpine is used to test building/installing from source. All run concurrently. In the future may expand tests on Gitlab to cover code testing as well.