support circleci

master
MaysWind 2016-07-07 01:00:59 +08:00
parent 40e5921b9e
commit f70c1aaee3
3 changed files with 25 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# AriaNg
[![Lastest Build](https://circleci.com/gh/mayswind/AriaNg.png "Lastest Build")](https://circleci.com/gh/mayswind/AriaNg/tree/master)
## Introduction
A Better Frontend for [aria2](https://github.com/aria2/aria2) (a cross-platform download utility). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you can open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices.

21
circle.yml Normal file
View File

@ -0,0 +1,21 @@
machine:
node:
version: 4
dependencies:
override:
- npm install
- npm install -g bower
- npm install -g gulp
- bower install
deployment:
daily_build:
branch: master
commands:
- gulp clean build
general:
branches:
ignore:
- gh-pages

View File

@ -21,11 +21,11 @@
"gulp-useref": "^3.0.0"
},
"name": "aria-ng",
"description": "Aria2 Ng Frontend",
"description": "AriaNg, A Better Frontend for aria2",
"version": "0.1.0",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",