sbcl.sbcl/.cirrus.yml
2020-04-10 21:49:47 +03:00

22 lines
384 B
YAML

freebsd_build_task:
freebsd_instance:
matrix:
image_family: freebsd-12-1
image_family: freebsd-11-3-snap
cpu: 1
memory: 1G
prepare_script:
- pkg install -y sbcl gmake git
build_script:
- echo '"1.9.99.999"' > version.lisp-expr
- ./make.sh
test_script:
- cd tests; ./run-tests.sh
ansi_test_script:
- cd tests; ./ansi-tests.sh