Skip to content

fijiaaron/build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build scripts for running testss on node.js for use with bamboo or jenkins CI server.

Typical execution:

configure.sh
build.sh
install-dependencies.sh
execute-tests.sh

run.sh does just that in one step.

configure.sh 		- copy config.js file to test/config/override.js (configurable config file)
build.sh     		- execute `./build` if found
install-dependencies.sh	- `npm install -d` (reads ./package.json)
execute-tests.sh	- `make test` (configurable make target and output)



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages