My personal website, goal is to have a blog and a "resume".
1234567891011121314 |
- 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)'
|