1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/.gitlab-ci.yml
2018-10-23 07:58:12 -04:00

21 lines
278 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 linux-headers libcap-dev
script:
- make
artifacts:
paths:
- "lokinet"