mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Add script to run bundle install with system gem in wercker
This commit is contained in:
@@ -21,6 +21,9 @@ build:
|
|||||||
# Read more about steps on our dev center:
|
# Read more about steps on our dev center:
|
||||||
# http://devcenter.wercker.com/docs/steps/index.html
|
# http://devcenter.wercker.com/docs/steps/index.html
|
||||||
steps:
|
steps:
|
||||||
|
- script:
|
||||||
|
name: bundle - nokogiri using sys lib
|
||||||
|
code: bundle config build.nokogiri --use-system-libraries
|
||||||
- bundle-install
|
- bundle-install
|
||||||
- rails-database-yml
|
- rails-database-yml
|
||||||
- script:
|
- script:
|
||||||
|
|||||||
Reference in New Issue
Block a user