aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-12-18cirrus: remove FreeBSD 11.4.Dario Lombardo1-1/+0
Many packages needed to build Wireshark are missing from pkg in FreeBSD 11.4. They're only available in ports. That doesn't mean that Wireshark is not compilable on FreeBSD 11.4, but that it requires a long build from ports that is unlikely compatible with Cirrus' CI (and its timeouts).
2020-08-26cirrus: upgrade to freebsd 11.4.Dario Lombardo1-1/+1
2020-03-21cirrus-ci: update freebsd 12.0 to 12.1.Dario Lombardo1-1/+1
Change-Id: I2bc135c160b3f830abab5945cce66c031358e45b Reviewed-on: https://code.wireshark.org/review/36523 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-02-08tools: update pkg in bsd-setup.Dario Lombardo1-2/+5
This circumvents a buggy pkg version in 11.x. Move env var to the proper place while here. Change-Id: Ib527a92cf8b542c8478daddf082c696caa296d80 Reviewed-on: https://code.wireshark.org/review/36055 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-01-23cirrus-ci: fix check and install bash.Dario Lombardo1-1/+3
Change-Id: Icbd06143521d7e73619ecfdd212c500b4cf6668d Reviewed-on: https://code.wireshark.org/review/35923 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-12-06cirrus-ci: increase tasks timeout.Dario Lombardo1-0/+1
Ref: https://cirrus-ci.org/faq/#instance-timed-out Change-Id: I534404d943e29bb110ac2895c7d10df9c483fa1c Reviewed-on: https://code.wireshark.org/review/35325 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-11-17Add cirrus-ci config file.Dario Lombardo1-0/+12
cirrus-ci is the first CI platform supporting free builds for open source projects. The current cirrus-ci FreeBSD supported versions are listed here https://cirrus-ci.org/guide/FreeBSD/ The current FreeBSD maintained versions are listed here: https://en.wikipedia.org/wiki/FreeBSD_version_history#Version_history Change-Id: I5ab767efbae2138fd3b9b9cde7f0ef716bae2c5f Reviewed-on: https://code.wireshark.org/review/35107 Reviewed-by: Anders Broman <a.broman58@gmail.com>