lokinet/.gitlab-ci.yml
Jeff Becker 9ca8d837d7
add ci
2018-08-23 09:30:29 -04:00

21 lines
313 B
YAML

variables:
GIT_STRATEGY: fetch
stages:
- build
- test
build:linux:
image: alpine:latest
tags:
- linux
stage: build
before_script:
- apk add --update g++ make cmake automake libtool autoconf linux-headers libsodium
script:
- make clean test
artifacts:
paths:
- "lokinet"