Merge branch 'master' of https://gitlab.com/lokiproject/loki-network into gitlab-ci-fix

pull/667/head
Ryan Tharp 5 years ago
commit c34d32f81c

@ -18,6 +18,16 @@ build:linux:
paths:
- "lokinet"
build:freebsd:
tags:
- freebsd
stage: build
script:
- gmake
artifacts:
paths:
- "lokinet"
#build:windows:
# tags:
# - windows

Loading…
Cancel
Save