mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
build timeouts
This commit is contained in:
parent
4778637bd5
commit
cadafaa3b6
26
circle.yml
26
circle.yml
@ -8,29 +8,17 @@ jobs:
|
|||||||
- only:
|
- only:
|
||||||
- cci2
|
- cci2
|
||||||
steps:
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Prepare ionic-site repo
|
||||||
|
command: ./scripts/docs/prepare.sh
|
||||||
|
- save_cache:
|
||||||
|
paths:
|
||||||
|
- ~/ionic-site/
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install node modules
|
name: Install node modules
|
||||||
command: npm i
|
command: npm i
|
||||||
- run: npm run build
|
- run: npm run lint
|
||||||
update_docs:
|
|
||||||
working_directory: ~/ionic-native/
|
|
||||||
docker:
|
|
||||||
- image: node:7
|
|
||||||
branches:
|
|
||||||
- only:
|
|
||||||
- cci2 # set this to master
|
|
||||||
steps:
|
|
||||||
- run:
|
|
||||||
name: Prepare ionic-site repo
|
|
||||||
command: ./scripts/docs/prepare.sh
|
|
||||||
- save_cache:
|
|
||||||
paths:
|
|
||||||
- ~/ionic-site/
|
|
||||||
- checkout
|
|
||||||
- run:
|
|
||||||
name: Install node modules
|
|
||||||
command: npm i
|
|
||||||
- run:
|
- run:
|
||||||
name: Update docs
|
name: Update docs
|
||||||
command: ./scripts/docs/update_docs.sh
|
command: ./scripts/docs/update_docs.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user