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
357 B
YAML
Raw Permalink 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:
2017-01-11 22:11:25 +00:00
version: 6.9.4
2016-07-29 21:55:19 +01:00
environment:
2016-07-29 23:06:50 +01:00
BUILD_PRODUCTION: true
2016-08-26 11:42:06 +01:00
NODE_ENV: production
NPM_CONFIG_PRODUCTION: false
2017-01-10 08:42:54 +00:00
2017-01-10 17:14:07 +00:00
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
2017-01-10 08:42:54 +00:00
dependencies:
2017-01-14 20:53:06 +00:00
override:
- scripts/build
- pelican -v
2017-01-10 09:18:58 +00:00
test:
2017-01-14 20:53:06 +00:00
override:
- scripts/test