Commit cdc32154 authored by Dave Cooper's avatar Dave Cooper
Browse files

trying to build automatically.

parent 9dd7819f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
build:
    stage: build
    script: make
    tags:
        - site-gen


pages:
  stage: deploy
  script: mkdir .public ; mv * .public ; mv .public public

Makefile

0 → 100644
+4 −0
Original line number Diff line number Diff line
all: build

build: static
	sbcl --load build.lisp --non-interactive