Skip to content

Commit

Permalink
Try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pietgeursen committed Feb 8, 2021
1 parent 0da519e commit ee8cf5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ci/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ if [ -z "$RELEASE_BUILD" ]; then
if [ -z $NO_STD ]
then
$CROSS build --target $TARGET_TRIPLE
$CROSS build --target $TARGET_TRIPLE --all-features
else
$CROSS build -p bamboo-c --target $TARGET_TRIPLE --no-default-features --features u32_backend --manifest-path=bamboo-c/Cargo.toml
fi
else
if [ -z $NO_STD ]
then
$CROSS build --target $TARGET_TRIPLE --all-features --release
$CROSS build --target $TARGET_TRIPLE --release
else
$CROSS build -p bamboo-c --target $TARGET_TRIPLE --no-default-features --features u32_backend --manifest-path=bamboo-c/Cargo.toml --release
fi
Expand Down
1 change: 0 additions & 1 deletion ci/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ required_arg $CROSS 'CROSS'
required_arg $TARGET_TRIPLE '<Target Triple>'

$CROSS test --target $TARGET_TRIPLE
$CROSS test --target $TARGET_TRIPLE --all-features

0 comments on commit ee8cf5f

Please sign in to comment.