Skip to content

Commit

Permalink
updated Flobnar
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Oct 2, 2019
1 parent 84b5a10 commit 17fd80d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions languages/flobnar
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@ err=0
trap 'err=1' ERR

rm -rf flobnar
mkdir flobnar
git clone https://github.com/Reconcyl/flobnar.git flobnar/build
cd flobnar/build

curl -sSf https://sh.rustup.rs \
| CARGO_HOME=. RUSTUP_HOME=. sh -s -- \
-y --no-modify-path --default-toolchain nightly

CARGO_HOME=. RUSTUP_HOME=. PATH=bin:$PATH cargo build --release
cd ..
mv build/target/release/flobnar .
rm -r build
git clone https://github.com/TryItOnline/flobnar.git
cd flobnar
cargo build --release

exit "$err"

0 comments on commit 17fd80d

Please sign in to comment.