This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
AriaNg/circle.yml

22 lines
329 B
YAML
Raw Normal View History

2016-07-06 19:00:59 +02:00
machine:
node:
version: 4
dependencies:
override:
- npm install
- npm install -g bower
- npm install -g gulp
- bower install
2016-07-10 13:02:25 +02:00
- gulp clean build
2016-07-06 19:00:59 +02:00
deployment:
daily_build:
branch: master
commands:
2016-07-10 13:02:25 +02:00
- bash ./scripts/publish_dailybuild.sh
2016-07-06 19:00:59 +02:00
general:
branches:
ignore:
- gh-pages