Files
litmus-hub/Makefile
shubhamchaudhary 1e82190242 Add[CI]: Combine Experiments CR
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
2019-10-03 14:57:40 +05:30

18 lines
425 B
Makefile

# Makefile for building Chaos Exporter
# Reference Guide - https://www.gnu.org/software/make/manual/make.html
.PHONY: versionmaker
versionmaker:
@echo "-----version maker-----"
bash ./scripts/version_maker.sh
.PHONY: combineExpCR
push:
@echo "--------Combining Experiments CR-------"
bash ./scripts/combine_all_cr.sh
.PHONY: push
push:
@echo "---------git push to master-------"
bash ./scripts/push.sh