generated from bitsquid_dt/dt-plugin-template
Remove unused Just command #4
1 changed files with 0 additions and 9 deletions
9
Justfile
9
Justfile
|
@ -76,15 +76,6 @@ compile-docker:
|
||||||
{{image_name}} \
|
{{image_name}} \
|
||||||
cargo build -Zbuild-std --target x86_64-pc-windows-msvc {{ if release != "false" { "--release" } else { "" } }}
|
cargo build -Zbuild-std --target x86_64-pc-windows-msvc {{ if release != "false" { "--release" } else { "" } }}
|
||||||
|
|
||||||
fakeloader action="":
|
|
||||||
docker run \
|
|
||||||
--rm \
|
|
||||||
-t \
|
|
||||||
--user "$(id -u):$(id -g)" \
|
|
||||||
-v ./fakeloader:/work \
|
|
||||||
dockcross/windows-shared-x64 \
|
|
||||||
make {{action}}
|
|
||||||
|
|
||||||
set-base-pipeline:
|
set-base-pipeline:
|
||||||
fly -t {{fly_target}} set-pipeline \
|
fly -t {{fly_target}} set-pipeline \
|
||||||
--pipeline dt-p2p \
|
--pipeline dt-p2p \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue