1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/circle.yml

20 lines
244 B
YAML
Raw Normal View History

2015-11-23 14:42:55 +00:00
machine:
python:
2015-11-23 14:50:09 +00:00
version: 3.4.2
2016-04-08 23:38:36 +01:00
node:
version: 5.10.1
2015-11-23 21:12:18 +00:00
environment:
2016-01-29 23:46:52 +00:00
BUILD_PRODUCTION: true
2015-11-23 14:42:55 +00:00
dependencies:
pre:
2016-01-29 23:46:52 +00:00
- ./build
2015-11-27 20:46:56 +00:00
cache_directories:
- env
2016-05-15 18:01:20 +01:00
- node_modules
2016-05-17 17:58:04 +01:00
- plugins
2015-11-23 14:42:55 +00:00
test:
override:
2015-11-27 19:53:09 +00:00
- ./runtests