Skip to content
Snippets Groups Projects
Commit 5446771b authored by Pete Fritchman's avatar Pete Fritchman
Browse files

add Makefile for controlling jenkins builds

parent cec0986b
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
clean:
rm -rf node_modules rpmbuild
npm:
npm install
rpm: npm
scripts/rpmbuild.sh
test: npm
npm test
jenkins_build: clean npm test rpm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment