jsonpath-rs 배포코드 및 방법 수정

This commit is contained in:
freestrings
2019-03-28 18:39:59 +09:00
parent cab17872e6
commit 84008d9565
7 changed files with 78 additions and 379 deletions

11
nodejs/build.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
if ! [ -x "$(command -v rustc)" ]; then
echo "install rust"
curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
sh /tmp/rustup.sh -y
export PATH="$HOME/.cargo/bin:$PATH"
source "$HOME/.cargo/env"
fi
neon build --release