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: freebsd_instance:
matrix: matrix:
- image_family: freebsd-13-0-snap - image_family: freebsd-13-0-snap
- image_family: freebsd-12-1
- image_family: freebsd-11-3-snap
env: env:
ASSUME_ALWAYS_YES: YES ASSUME_ALWAYS_YES: YES
setup_script: setup_script:
- pkg update -f - pkg update -f
- pkg install bash - pkg install bash
- pkg install cmake - pkg install cmake
- pkg install git
build_script: build_script:
- mkdir build - mkdir build
- cd build - cd build