[New Feature] CICD Implementation for build and testing OpenDBM in all platforms
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
CURL=curl
|
||||
GREP=grep
|
||||
|
||||
README_TMP=readme.html
|
||||
# change those for your project
|
||||
USER=AiCure
|
||||
REPO=open_dbm
|
||||
|
||||
.PHONY: purge
|
||||
|
||||
purge:
|
||||
$(CURL) -s -X PURGE https://github.com/AiCure/open_dbm/blob/master/images/badges/linux_status.svg
|
||||
$(CURL) -s -X PURGE https://github.com/AiCure/open_dbm/blob/master/images/badges/macos_status.svg
|
||||
$(CURL) -s -X PURGE https://github.com/AiCure/open_dbm/blob/master/images/badges/windows_status.svg
|
||||
Reference in New Issue
Block a user