mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
ci: upgrade freebsd tasks
This commit is contained in:
parent
13f93412cd
commit
080dc38f11
@ -4,7 +4,7 @@ task:
|
|||||||
image_family: freebsd-12-3
|
image_family: freebsd-12-3
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg update
|
- pkg update
|
||||||
- pkg install -y git sdl2 python
|
- pkg install -y git sdl2 python fontconfig
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
test_script:
|
test_script:
|
||||||
- ./scripts/cirrus/build_freebsd.sh dedicated
|
- ./scripts/cirrus/build_freebsd.sh dedicated
|
||||||
@ -13,10 +13,10 @@ task:
|
|||||||
task:
|
task:
|
||||||
name: freebsd-13-amd64
|
name: freebsd-13-amd64
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-13-0
|
image_family: freebsd-13-1
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg update
|
- pkg update
|
||||||
- pkg install -y git sdl2 python
|
- pkg install -y git sdl2 python fontconfig
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
test_script:
|
test_script:
|
||||||
- ./scripts/cirrus/build_freebsd.sh dedicated
|
- ./scripts/cirrus/build_freebsd.sh dedicated
|
||||||
@ -28,7 +28,7 @@ task:
|
|||||||
image_family: freebsd-14-0-snap
|
image_family: freebsd-14-0-snap
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg update
|
- pkg update
|
||||||
- pkg install -y git sdl2 python
|
- pkg install -y git sdl2 python fontconfig
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
test_script:
|
test_script:
|
||||||
- ./scripts/cirrus/build_freebsd.sh dedicated
|
- ./scripts/cirrus/build_freebsd.sh dedicated
|
||||||
|
Loading…
Reference in New Issue
Block a user