diff --git a/.drone.yml b/.drone.yml index 2da6586..06b4be8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: - pwd - apt-get update && apt-get install -y cmake g++ - shards install - - shards build --production + - shards build --production --static + - strip /_cache/bin - mkdir -p /_cache/bin - cp -r bin/docmachine /_cache/bin