Have rebar3.cmd work on a Windows CMD shell (#151)

* Provide a working rebar.cmd for system that need it

(Windows on non-PowerShell)

* Add tests for recent changes

If the "run" were to fail the job would too

* Check if Rust can find it
This commit is contained in:
Paulo F. Oliveira
2022-12-01 19:16:40 +00:00
committed by GitHub
parent b980a5ac9b
commit 35850967ef
7 changed files with 66 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rust_rebar3_cmd"
version = "0.1.0"