More tweaking.
This commit is contained in:
parent
a5c9c31231
commit
ea7100e8c4
|
@ -3,14 +3,14 @@ task:
|
|||
freebsd_instance:
|
||||
matrix:
|
||||
- image_family: freebsd-13-0-snap
|
||||
- image_family: freebsd-12-1
|
||||
- image_family: freebsd-11-3-snap
|
||||
|
||||
env:
|
||||
ASSUME_ALWAYS_YES: YES
|
||||
setup_script:
|
||||
- pkg update -f
|
||||
- pkg install bash
|
||||
- pkg install cmake
|
||||
- pkg install git
|
||||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
Loading…
Reference in New Issue