Skip to content

Commit

Permalink
fixed meta build
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 27, 2021
1 parent acaa278 commit 5f89c7d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build_n_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ test_build() {
"$ROOT/build/$1-linux-musl-cross/eli" all.lua && \
echo cp "$ROOT/build/$1-linux-musl-cross/eli" "release/eli-unix-$1" && \
cp "$ROOT/build/$1-linux-musl-cross/eli" "$ROOT/release/eli-unix-$1"
if [ -f "$ROOT/release/eli-unix-$1" ]; then
cd "$ROOT" && \
"$ROOT/release/eli-unix-$1" "$ROOT/tools/meta-generator.lua"
cd "$ROOT/.meta" && \
zip "$ROOT/release/meta.zip" -r *
fi
cd "$ROOT"
}

Expand Down

0 comments on commit 5f89c7d

Please sign in to comment.