Just execute the CI scripts.
- cli - Command line interface.
- travis - Automatically loads
.travis.yml
file and executes the insidescript
. - custom - Higher priority custom
.ciscript.yml
file, optional.
npm install -g ci-script
$ ci-script -h
Usage: ci-script [options] [directory]
Execute the CI script.
Options:
-h, --help, help output usage information
-v, -V, --version, version output the version number
If you need to customize the .ciscript.yml
file, the rules configured like this:
script:
# commands are written in order.
- echo "One"
- echo "Two"
- echo "Three"
can also copy the script
in the .travis.yml
file, then customize it.
Note:
.ciscript.yml
is optional.
ci-script # working in the local directory.
ci-script tests # working in the `./tests/` directory.
ci-script ~/tests # working in the `~/tests/` directory.
- linux CI pass
- macOS CI pass
- windows Not yet tested
Welcome to pull requests, report bugs, suggest ideas and discuss ci-script, i would love to hear what you think about ci-script on issues page.
If you like it then you can put a ⭐ on it.