Merge pull request #580 from majestrate/master

make ci build static binaries for linux
pull/586/head
Jeff 5 years ago committed by GitHub
commit 92bb88d47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ build:linux:
before_script:
- apk add --update g++ make cmake linux-headers libcap-dev
script:
- make
- make STATIC_LINK=ON
artifacts:
paths:
- "lokinet"

Loading…
Cancel
Save