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

machine:
node:
version: 4
dependencies:
override:
- npm install
- npm install -g bower
- npm install -g gulp
- bower install
- gulp clean build
deployment:
daily_build:
branch: master
commands:
- bash ./scripts/publish_dailybuild.sh
general:
branches:
ignore:
- gh-pages