mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
419 B
YAML
17 lines
419 B
YAML
dependencies:
|
|
pre:
|
|
# https://github.com/meteor/docs/blob/version-NEXT/long-form/file-change-watcher-efficiency.md
|
|
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
|
|
cache_directories:
|
|
- "dev_bundle"
|
|
- ".meteor"
|
|
- ".babel-cache"
|
|
override:
|
|
- ./meteor --get-ready
|
|
|
|
test:
|
|
override:
|
|
- ./scripts/ci.sh :
|
|
parallel: true
|
|
timeout: 1200
|