before_script: - apt-get update -y - apt-get install -y rsync libfixposix-dev - PATH=${HOME}/.roswell/bin:$PATH - ROSWELL_INSTALL_DIR=${HOME}/.roswell - curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh - ros -e '(ql:update-all-dists :prompt nil)' - ros use sbcl-bin - ros install coleslaw - ros install cl-who test: script: - ros -e '(load "functions.lisp") (azrazalea-net:build-coleslaw)'