summaryrefslogblamecommitdiff
path: root/.gitlab-ci.yml
blob: 934e04f4107c207fd90233a86050a9df84f08c34 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                     
stages:
    - test

image: alpine

test:
    stage: test
    script:
        - apk update
        - apk add make gcc git musl-dev openssl-dev linux-headers zlib-dev lua5.2-dev
        - make -j$(nproc) check
    tags:
        - docker-alpine