ci: fix cirrus CI configuration file
This commit is contained in:
parent
f60e856f35
commit
95b134b5a6
1 changed files with 1 additions and 14 deletions
15
.cirrus.yml
15
.cirrus.yml
|
@ -1,16 +1,3 @@
|
||||||
task:
|
|
||||||
# Seems packages for it were removed from the mirrors
|
|
||||||
# name: freebsd-12-amd64
|
|
||||||
# freebsd_instance:
|
|
||||||
# image_family: freebsd-12-4
|
|
||||||
# setup_script:
|
|
||||||
# - pkg update
|
|
||||||
# - pkg install -y pkgconf git sdl2 python fontconfig opus
|
|
||||||
# - git submodule update --init --recursive
|
|
||||||
# test_script:
|
|
||||||
# - ./scripts/cirrus/build_freebsd.sh dedicated
|
|
||||||
# - ./scripts/cirrus/build_freebsd.sh full
|
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: freebsd-13-amd64
|
name: freebsd-13-amd64
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
|
@ -26,7 +13,7 @@ task:
|
||||||
task:
|
task:
|
||||||
name: freebsd-14-amd64
|
name: freebsd-14-amd64
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-14-0-snap
|
image_family: freebsd-14-0
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg update
|
- pkg update
|
||||||
- pkg install -y pkgconf git sdl2 python fontconfig opus
|
- pkg install -y pkgconf git sdl2 python fontconfig opus
|
||||||
|
|
Loading…
Add table
Reference in a new issue