From 51e28268a927e1e40899ff2df11faa553d3c2e79 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Fri, 26 Jun 2020 16:23:33 +0100 Subject: [FreeBSD] Assume always yes for installing packages as well --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index ef3ee9b6..432e957b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,8 +6,8 @@ task: deps_script: - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg bootstrap -f - - pkg update -f - - pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate + - env ASSUME_ALWAYS_YES=yes pkg update -f + - env ASSUME_ALWAYS_YES=yes pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate build_script: - mkdir build - cd build -- cgit 1.4.1