mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 21:20:26 +01:00
ci: autoconfirm for pkg installg
This commit is contained in:
parent
8ec6eaa49a
commit
d68eab6b65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user