You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/.gitlab-ci.yml

21 lines
278 B
YAML

6 years ago
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
6 years ago
script:
- make
6 years ago
artifacts:
paths:
- "lokinet"