summaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cirrus CI: Fix the FreeBSD 13 task. [skip travis] [skip appveyor]Denis Ovsienko2020-09-031-4/+2
| | | | | | | Use FreeBSD 11.4-RELEASE and 12.1-RELEASE instead of 11.3-CURRENT and 12.1-CURRENT, this allows to drop "pkg update -f", which was a workaround for 11.3-CURRENT (see commit 96c4db3), and which had later broken in 13.0-CURRENT. Relates to cirruslabs/cirrus-ci-docs#695.
* Cirrus CI: Allow FreeBSD 13 task to fail.Denis Ovsienko2020-08-211-3/+6
| | | | | | Implement the workaround suggested in cirruslabs/cirrus-ci-docs#695. [skip ci]
* Cirrus CI: Align with Travis CI config more.Denis Ovsienko2020-08-191-6/+7
| | | | | | | Define MAKEFLAGS, move comments to the end of respective lines, run "make install" and "make releasetar". [skip ci]
* Cirrus CI: : Set CFLAGS=-Werror with makeFrancois-Xavier Le Bail2020-04-071-1/+1
|
* Cirrus CI: Add the freebsd-version commandFrancois-Xavier Le Bail2020-03-061-0/+1
|
* Cirrus CI: Fix mismatch error with freebsd-13-0-snapFrancois-Xavier Le Bail2020-02-271-0/+1
| | | | | | | | The error was like: Newer FreeBSD version for package nagios-check_redis: To ignore this error set IGNORE_OSVERSION=yes - package: 1300081 - running kernel: 1300078
* Oops, one more space is needed.Guy Harris2020-02-091-1/+1
|
* Update pkg itself.Guy Harris2020-02-091-1/+2
| | | | | | | | There's apparently a pkg bug in 11.x: https://code.wireshark.org/review/c/36055/ Updating it should fix this, so re-enable the 11.x builds.
* CI: Unset freebsd-11-3-snap build currently failedFrancois-Xavier Le Bail2020-02-071-1/+1
|
* CI: run the tests in Cirrus as they should workDenis Ovsienko2020-02-041-4/+3
| | | | While at it, build libpcap silently and use parallel build for tcpdump.
* CI: Add initial FreeBSD support via Cirrus.Denis Ovsienko2020-01-261-0/+19
This first working revision runs a straightforward default compilation of libpcap and tcpdump on three versions of FreeBSD.