ci: Use production flag for build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
39674fa3cd
commit
74dff38d8b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
|||
- pwd
|
||||
- apt-get update && apt-get install -y cmake g++
|
||||
- shards install
|
||||
- shards build
|
||||
- shards build --production
|
||||
- mkdir -p /_cache/bin
|
||||
- cp -r bin/docmachine /_cache/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue