cirrus: update freebsd images

This commit is contained in:
Alibek Omarov 2020-02-25 01:30:29 +03:00 committed by GitHub
parent 19303f7bd7
commit 5f4d81866f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -1,18 +1,7 @@
task:
name: freebsd-10-amd64
freebsd_instance:
image_family: freebsd-10-4
setup_script:
- pkg install -y git sdl2 python
- git submodule update --init --recursive
test_script:
# - ./scripts/build_freebsd_engine.sh dedicated
- ./scripts/build_freebsd_engine.sh
task:
name: freebsd-11-amd64
freebsd_instance:
image_family: freebsd-11-3
image_family: freebsd-11-3-snap
setup_script:
- pkg install -y git sdl2 python
- git submodule update --init --recursive
@ -23,7 +12,18 @@ task:
task:
name: freebsd-12-amd64
freebsd_instance:
image_family: freebsd-12-0
image_family: freebsd-12-1
setup_script:
- pkg install -y git sdl2 python
- git submodule update --init --recursive
test_script:
# - ./scripts/build_freebsd_engine.sh dedicated
- ./scripts/build_freebsd_engine.sh
task:
name: freebsd-13-amd64
freebsd_instance:
image_family: freebsd-13-0-snap
setup_script:
- pkg install -y git sdl2 python
- git submodule update --init --recursive