Skip to content

totorojs/totoro-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

totoro

tci

Continuous integration of totoro.


What is ci config file?

[
  {
    "group": "Arale",
    "name": "base",
    "runner": "http://aralejs.org/base/tests/runner.html"
    "email": "[email protected]"
  },
  {
    "group": "Arale",
    "name": "class",
    "runner": "http://aralejs.org/class/tests/runner.html"
    "email": ["[email protected]", "[email protected]"]
  }
]

All repeated config could be written once

{
  "group": "Arale",
  "notice": 1,        // undefined: notice when test finished
                      // 0: notice when test succeeded
                      // 1: notice when test failed
  "tests": [
    {
      "name": "base",
      "runner": "http://aralejs.org/base/tests/runner.html"
      "email": "[email protected]"
    },
    {
      "name": "class",
      "runner": "http://aralejs.org/class/tests/runner.html"
      "email": ["[email protected]", "[email protected]"]
    }
  ]
}

About

Continuous integration of totoro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published