Remove conan-upload from Makefile
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,6 +1,6 @@
|
||||
SHELL := /bin/bash
|
||||
.DEFAULT_GOAL := help
|
||||
.PHONY: help build test clean conan-build conan-upload
|
||||
.PHONY: help build test clean conan-build
|
||||
|
||||
f_debug = build_debug
|
||||
test_targets = unit_tests_arffFiles
|
||||
@@ -49,11 +49,6 @@ conan-build: ## Build Conan package locally
|
||||
@conan create . --profile default
|
||||
@echo ">>> Done";
|
||||
|
||||
conan-upload: ## Upload package to Cimmeria JFrog Artifactory
|
||||
@echo ">>> Uploading to Cimmeria JFrog Artifactory...";
|
||||
@conan upload arff-files --all -r Cimmeria --confirm
|
||||
@echo ">>> Done";
|
||||
|
||||
help: ## Show help message
|
||||
@IFS=$$'\n' ; \
|
||||
help_lines=(`fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/:/'`); \
|
||||
|
Reference in New Issue
Block a user