|
|
@ -3,6 +3,7 @@ task: |
|
|
|
freebsd_instance: |
|
|
|
freebsd_instance: |
|
|
|
image_family: freebsd-11-3-snap |
|
|
|
image_family: freebsd-11-3-snap |
|
|
|
setup_script: |
|
|
|
setup_script: |
|
|
|
|
|
|
|
- pkg update |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- git submodule update --init --recursive |
|
|
|
- git submodule update --init --recursive |
|
|
|
test_script: |
|
|
|
test_script: |
|
|
@ -14,6 +15,7 @@ task: |
|
|
|
freebsd_instance: |
|
|
|
freebsd_instance: |
|
|
|
image_family: freebsd-12-1 |
|
|
|
image_family: freebsd-12-1 |
|
|
|
setup_script: |
|
|
|
setup_script: |
|
|
|
|
|
|
|
- pkg update |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- git submodule update --init --recursive |
|
|
|
- git submodule update --init --recursive |
|
|
|
test_script: |
|
|
|
test_script: |
|
|
@ -25,6 +27,7 @@ task: |
|
|
|
freebsd_instance: |
|
|
|
freebsd_instance: |
|
|
|
image_family: freebsd-13-0-snap |
|
|
|
image_family: freebsd-13-0-snap |
|
|
|
setup_script: |
|
|
|
setup_script: |
|
|
|
|
|
|
|
- pkg update |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- pkg install -y git sdl2 python |
|
|
|
- git submodule update --init --recursive |
|
|
|
- git submodule update --init --recursive |
|
|
|
test_script: |
|
|
|
test_script: |
|
|
|