My personal website, goal is to have a blog and a "resume".

.gitlab-ci.yml 460B

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