Merge pull request #39277 from AutomaticFrenzy/patch/rustg-api-file

Check that rust-g's API file matches the in-tree copy
This commit is contained in:
oranges
2018-07-29 13:37:51 +12:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export BYOND_MAJOR=512
export BYOND_MINOR=1441
#rust_g git tag
export RUST_G_VERSION=0.3.0
export RUST_G_VERSION=0.4.0
#bsql git tag
export BSQL_VERSION=v1.4.0.0
+1
View File
@@ -22,6 +22,7 @@ if [ $BUILD_TOOLS = false ] && [ $BUILD_TESTING = false ]; then
git fetch --depth 1 origin $RUST_G_VERSION
git checkout FETCH_HEAD
cargo build --release
cmp target/rust_g.dm ../code/__DEFINES/rust_g.dm
mkdir -p ~/.byond/bin
ln -s $PWD/target/release/librust_g.so ~/.byond/bin/rust_g