From d68eab6b65f5062b78806d016f676f0a8a912e7a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 16 Oct 2019 02:35:35 +0300 Subject: [PATCH] ci: autoconfirm for pkg installg --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2ecd132d..d89e3c14 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ task: freebsd_instance: image_family: freebsd-10-4 setup_script: - - pkg install git sdl2 python + - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: - ./scripts/build_freebsd_engine.sh dedicated @@ -14,7 +14,7 @@ task: freebsd_instance: image_family: freebsd-11-3 setup_script: - - pkg install git sdl2 python + - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: - ./scripts/build_freebsd_engine.sh dedicated @@ -25,7 +25,7 @@ task: freebsd_instance: image_family: freebsd-12-0 setup_script: - - pkg install git sdl2 python + - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: - ./scripts/build_freebsd_engine.sh dedicated