aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-01-23 13:46:09 +0100
committerDario Lombardo <lomato@gmail.com>2020-01-23 16:57:25 +0000
commitfd1dd72d8e8d2025b25c1485efc2cdee5eee589a (patch)
tree9dfb5fd7a840b8cec8c2c6ac4f508faee189bae0 /.cirrus.yml
parentece8da5ea683cfbbfa3b1068e64cec8971e92ffa (diff)
downloadwireshark-fd1dd72d8e8d2025b25c1485efc2cdee5eee589a.tar.gz
wireshark-fd1dd72d8e8d2025b25c1485efc2cdee5eee589a.tar.bz2
wireshark-fd1dd72d8e8d2025b25c1485efc2cdee5eee589a.zip
cirrus-ci: fix check and install bash.
Change-Id: Icbd06143521d7e73619ecfdd212c500b4cf6668d Reviewed-on: https://code.wireshark.org/review/35923 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 00a758077d..db59556a1e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,9 @@ task:
- image_family: freebsd-13-0-snap
- image_family: freebsd-12-0
- image_family: freebsd-11-3-snap
- setup_script: env ASSUME_ALWAYS_YES=YES tools/bsd-setup.sh --install-optional
+ setup_script:
+ - env ASSUME_ALWAYS_YES=YES pkg install bash
+ - env ASSUME_ALWAYS_YES=YES tools/bsd-setup.sh --install-optional
build_script:
- mkdir build
- cd build