File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 version-file : emqx-plugin-templates/.tool-versions
1818 version-type : strict
19+ - name : Ensure rebar3
20+ run : make ensure-rebar3
1921 - name : Install rebar3 template
2022 run : make install-rebar-template
2123 - name : build plugins
Original file line number Diff line number Diff line change @@ -35,14 +35,10 @@ install-rebar-template:
3535 $(SCRIPTS ) /install-rebar-template.sh
3636
3737.PHONY : build-test-plugins
38- build-test-plugins :
38+ build-test-plugins : $( REBAR )
3939 $(SCRIPTS ) /build-sample-plugin.sh --tag 1.0.0 --name my_emqx_plugin_avsc --with-avsc --output-dir $(TEST_ASSETS_DIR )
4040 $(SCRIPTS ) /build-sample-plugin.sh --tag 1.0.0 --name my_emqx_plugin --output-dir $(TEST_ASSETS_DIR )
4141
42- .PHONY : build-plugin
43- build-plugin :
44- $(SCRIPTS ) /build-sample-plugin.sh --tag $(PLUGIN_VSN ) --name $(PLUGIN_NAME ) --with-avsc --output-dir $(PLUGIN_DIR )
45-
4642.PHONY : fmt
4743fmt : $(REBAR )
4844 $(REBAR ) fmt --verbose -w
You can’t perform that action at this time.
0 commit comments