build plugins when we build

This commit is contained in:
Thibault bui Koechlin 2020-05-27 12:37:04 +02:00
parent da4da67a34
commit 1591d1b8e3

View file

@ -62,6 +62,7 @@ else
@echo "Required golang version is $(REQUIRE_GOVERSION). The current one is $(CURRENT_GOVERSION). Exiting.."
@exit 1;
endif
@bash ./scripts/build_plugins.sh
cscli_static: