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-09-10 07:23:05 -04:00

20 lines
309 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 ninja
script:
- make
artifacts:
paths:
- "lokinet"