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

machine:
python:
version: 3.5.1
node:
version: 6.9.4
environment:
BUILD_PRODUCTION: true
NODE_ENV: production
NPM_CONFIG_PRODUCTION: false
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
dependencies:
override:
- scripts/build
- pelican -v
test:
override:
- scripts/test