Add GEOS to circle CI
This commit is contained in:
parent
9cb612bb3d
commit
d591892380
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,11 @@ bundle_save_cache: &bundle_save_cache
|
||||||
paths:
|
paths:
|
||||||
- ~/vendor/bundle
|
- ~/vendor/bundle
|
||||||
|
|
||||||
|
aptget_install: &aptget_install
|
||||||
|
run:
|
||||||
|
name: Install GEOS
|
||||||
|
command: sudo apt-get install libgeos-dev
|
||||||
|
|
||||||
bundle_install: &bundle_install
|
bundle_install: &bundle_install
|
||||||
run:
|
run:
|
||||||
name: Install Ruby Dependencies
|
name: Install Ruby Dependencies
|
||||||
|
@ -78,6 +83,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- *aptget_install
|
||||||
- *bundle_restore_cache
|
- *bundle_restore_cache
|
||||||
- *bundle_install
|
- *bundle_install
|
||||||
- *bundle_save_cache
|
- *bundle_save_cache
|
||||||
|
@ -89,6 +95,7 @@ jobs:
|
||||||
parallelism: 3
|
parallelism: 3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- *aptget_install
|
||||||
- *bundle_restore_cache
|
- *bundle_restore_cache
|
||||||
- *bundle_install
|
- *bundle_install
|
||||||
- *yarn_restore_cache
|
- *yarn_restore_cache
|
||||||
|
@ -123,6 +130,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- *aptget_install
|
||||||
- *bundle_restore_cache
|
- *bundle_restore_cache
|
||||||
- *bundle_install
|
- *bundle_install
|
||||||
- *yarn_restore_cache
|
- *yarn_restore_cache
|
||||||
|
|
Loading…
Reference in a new issue