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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue