More tweaking.

This commit is contained in:
Daniel Lemire 2020-04-22 17:22:32 -04:00
parent a5c9c31231
commit ea7100e8c4
1 changed files with 2 additions and 2 deletions

View File

@ -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