make ci build static binaries for linux

pull/580/head
Jeff Becker 5 years ago
parent fc3bccb161
commit 0f2cd3be09
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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