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

24 lines
300 B
YAML
Raw Normal View History

2015-11-23 14:42:55 +00:00
machine:
python:
2016-06-05 21:16:36 +01:00
version: 3.5.1
2016-04-08 23:38:36 +01:00
node:
2016-06-05 21:16:36 +01:00
version: 5.11.1
2016-07-29 21:55:19 +01:00
environment:
DEBUG: false
2015-11-23 14:42:55 +00:00
dependencies:
pre:
2016-06-05 22:03:21 +01:00
- make install
2015-11-23 14:42:55 +00:00
test:
override:
2016-06-12 22:32:20 +01:00
- export NODE_ENV=production
2016-06-05 22:03:21 +01:00
- make build
2016-06-05 19:47:14 +01:00
- make test
2016-06-12 22:09:39 +01:00
deployment:
production:
branch: v4
commands:
- make upload