mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 12:54:13 +00:00
ci: run pkg update for freebsd
This commit is contained in:
parent
9b22149509
commit
ea6846e2f9
@ -3,6 +3,7 @@ task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-11-3-snap
|
||||
setup_script:
|
||||
- pkg update
|
||||
- pkg install -y git sdl2 python
|
||||
- git submodule update --init --recursive
|
||||
test_script:
|
||||
@ -14,6 +15,7 @@ task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-1
|
||||
setup_script:
|
||||
- pkg update
|
||||
- pkg install -y git sdl2 python
|
||||
- git submodule update --init --recursive
|
||||
test_script:
|
||||
@ -25,6 +27,7 @@ task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-0-snap
|
||||
setup_script:
|
||||
- pkg update
|
||||
- pkg install -y git sdl2 python
|
||||
- git submodule update --init --recursive
|
||||
test_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user