aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Try different locale for Centos 7Ondrej Zajicek (work)2021-05-201-5/+6
|
* CI: Package build for more platformsMatous Holinka2021-05-201-38/+150
| | | | | | | | | | .gitlab-ci.yml: + pkg targets for some distros added + artifacts added - some distros were commented out (due to errors). misc/docker/*: + Dockerfiles updated with the necessary packages.
* CI: Try utf-8 locale to workaround apkg issueOndrej Zajicek (work)2021-05-191-1/+1
|
* CI: Build documentation where tools are availableOndrej Zajicek (work)2021-05-191-1/+2
|
* CI: Test of apkg buildOndrej Zajicek (work)2021-05-191-4/+40
| | | | Also temporarily disable cf-ospf-auth, as there is some problem with it.
* CI/CD: some latest releases added.Matous2021-04-211-4/+85
| | | | | | | | | | | | | | | | | /misc/docker/: + debian 11 (i386+amd64) added, + fedora 32 added, + fedora 33 added, + fedora 34 added, + opensuse 15.2 added, + opensuse 15.3 added, + ubuntu 20.04 added, + ubuntu 20.10 added, + ubuntu 21.04 added, - ubuntu 19.10 removed. /.gitlab-ci.yml: + stages 'image' and 'build' updated.
* Dropping automatic tests for Debian 7 Wheezy.Maria Matejka2021-03-251-18/+0
| | | | | | | | | Debian 7 Wheezy has been superseded by Debian 8 Jessie on Apr 25, 2015, with LTS support ending on May 31, 2018. Debian 7 Wheezy's default GCC doesn't fully support C11. It should anyway still be possible to build BIRD for Debian 7 if you backport a C11-capable compiler there.
* Add new BGP testsOndrej Zajicek (work)2021-03-181-0/+25
|
* Tests: Activate BGP-int testOndrej Zajicek (work)2020-05-051-0/+5
|
* Tests: Change unsupported Ubuntu 19.04 for supported version 19.10Matous Holinka2020-05-051-2/+2
|
* Tests: Activate BGP-auth testOndrej Zajicek (work)2020-04-281-0/+5
|
* Tests: Activate OSPF-VRF testOndrej Zajicek (work)2020-04-281-0/+5
|
* Tests: Activate BGP testOndrej Zajicek (work)2020-04-221-0/+5
|
* Tests: Enforce cleanup before running a testOndrej Zajicek (work)2020-03-051-0/+1
|
* Tests: Activate OSPF testsOndrej Zajicek (work)2020-03-051-2/+37
|
* CI: Add more build testsMatous Holinka2019-11-261-14/+127
| | | | | | Add more Docker images with distributions (CentOS 8, Debian 10, Fedora 27-31, OpenSUSE 15.0 & 15.1, and Ubuntu 18.04 & 19.04). Fix some issues with older ones.
* CI: Cleanup of job templatesOndrej Zajicek (work)2019-11-261-159/+55
| | | | | Env templates were used for separate IPv4/IPv6 build, that is no longer needed.
* CI: Update new netlab locationOndrej Zajicek (work)2019-11-261-2/+2
|
* CI: Minor updateOndrej Zajicek (work)2019-11-261-2/+8
|
* Apply relevant changes from branch mh-test-gitlabOndrej Zajicek (work)2019-11-261-3/+23
|
* Gitlab testOndrej Zajicek (work)2019-11-261-0/+6
|
* Gitlab CI: Drop CentOS 6 test build as unsupported.Maria Matejka2019-03-151-16/+0
| | | | | If someone wants to maintain BIRD for CentOS 6, feel free to send patches.
* Moved freebsd cflags and ldflags to configureJan Maria Matejka2018-01-091-6/+0
|
* Minor CI tweakOndrej Zajicek (work)2017-12-121-36/+2
|
* Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-newOndrej Zajicek (work)2017-12-071-103/+1
|
* Gitlab CI supportMichal 'vorner' Vaner2017-09-041-0/+451
Add configuration and docker definitions for tests and builds in Gitlab CI platform. Some of them currently fail, which is a known problem.