Skip to content

Commit 011296c

Browse files
author
Jens Getreu
committed
echo building steps on console
1 parent b7f2682 commit 011296c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

clean-targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -x
23

34
find target -mindepth 2 -not -path "*/release/stringsext" \
45
-not -path "*/release/stringsext.exe" \

make-targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# !/bin/sh
2+
set -x
23
rustup default stable
34
rustup target add x86_64-unknown-linux-musl
45
rustup target add i686-unknown-linux-musl

make-targets.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
rustup default stable
22
rustup target add i686-pc-windows-gnu
3-
rustup target add x86_64-pc-windows-gnu
3+
rustup target add x86_64-pc-windows-gnu
44

5-
rustup default stable-i686-pc-windows-gnu
6-
rustup set default-host i686-pc-windows-gnu
5+
rustup default stable-i686-pc-windows-gnu
6+
rustup set default-host i686-pc-windows-gnu
77
cargo build --target i686-pc-windows-gnu --release
8-
9-
rustup default stable-x86_64-pc-windows-gnu
10-
rustup set default-host x86_64-pc-windows-gnu
8+
9+
rustup default stable-x86_64-pc-windows-gnu
10+
rustup set default-host x86_64-pc-windows-gnu
1111
cargo build --target x86_64-pc-windows-gnu --release

0 commit comments

Comments
 (0)