ci: Use production flag for build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-03-21 18:47:24 +01:00
parent 39674fa3cd
commit 74dff38d8b

View file

@ -13,7 +13,7 @@ steps:
- pwd - pwd
- apt-get update && apt-get install -y cmake g++ - apt-get update && apt-get install -y cmake g++
- shards install - shards install
- shards build - shards build --production
- mkdir -p /_cache/bin - mkdir -p /_cache/bin
- cp -r bin/docmachine /_cache/bin - cp -r bin/docmachine /_cache/bin