make ci build static binaries for linux

This commit is contained in:
Jeff Becker 2019-05-03 10:25:50 -04:00
parent fc3bccb161
commit 0f2cd3be09
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

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