summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 383227704f616311123f6a0da737532f7e4803e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
stages:
    - test

test:
    image: alpine:3.12.1
    stage: test
    before_script:
        - apk add lua5.3 luarocks5.3 make
        - luarocks-5.3 install fennel
    script:
        - make test