Skip to content

Commit

Permalink
tooling: Update deploy-all to simply call cloe-launch deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Jun 12, 2024
1 parent 2d859d1 commit 56e7ec1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ export-all:
.PHONY: deploy-all
deploy-all:
$(call print_header, "Deploying binaries to $(INSTALL_DIR)...")
conan install $(CONAN_OPTIONS) --install-folder $(DEPLOY_DIR) -g deploy .
mkdir -p $(INSTALL_DIR)
cp -r $(DEPLOY_DIR)/cloe-*/* $(INSTALL_DIR)/
$(CLOE_LAUNCH) deploy -D $(DEPLOY_DIR) $(DEPLOY_LOCKFILE_SOURCE) $(CONAN_OPTIONS)

.PHONY: clean-all
clean-all:
Expand Down

0 comments on commit 56e7ec1

Please sign in to comment.