diff --git a/.drone.yml b/.drone.yml index ae62da4..4b41c0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,11 +13,16 @@ steps: path: /_cache commands: - pwd - - apt-get update && - apt-get install -y cmake g++ libevent-dev libpcre3-dev libyaml-dev + - | + apt-get update && \ + apt-get install -y \ + cmake g++ \ + libevent-dev libpcre3-dev \ + libyaml-dev liblzma-dev - shards install - shards build --production --static - strip bin/mfm + - ./bin/mfm --version - mkdir -p /_cache/bin - cp -r bin/mfm /_cache/bin/$PACKAGE_BASENAME diff --git a/shard.lock b/shard.lock index 8d43fbc..c0f0724 100644 --- a/shard.lock +++ b/shard.lock @@ -3,6 +3,7 @@ shards: crinja: git: https://github.com/straight-shoota/crinja.git version: 0.8.1 + shellwords: git: https://github.com/sztheory/shellwords-crystal.git version: 0.1.0