Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Remove rust files from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
axelchalon committed Jun 24, 2018
1 parent a76cfef commit 943765d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ rm -rf $BUILDDIR
mkdir -p $BUILDDIR/src
BUILD_DEST=$BUILDDIR/build npm run ci:build || EXITCODE=1

# Copy rust files
cp Cargo.precompiled.toml $BUILDDIR/Cargo.toml
cp build.rs $BUILDDIR
cp src/lib.rs* $BUILDDIR/src

# back to root
popd

Expand Down

0 comments on commit 943765d

Please sign in to comment.