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 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-12-amd64 freebsd_instance: image_family: freebsd-12-0 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