[New Feature] CICD Implementation for build and testing OpenDBM in all platforms

This commit is contained in:
Rudy Haryanto
2022-10-04 02:19:07 +07:00
parent a574bc6870
commit 67618c66bc
18 changed files with 857 additions and 1 deletions

14
Makefile Normal file
View 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