Merge pull request #667 from neuroscr/gitlab-ci-fix

Gitlab ci fix
This commit is contained in:
Ryan Tharp 2019-06-25 19:19:02 -07:00 committed by GitHub
commit 2ff694d019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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