Merge commit '36bca61764984ff5395653cf8377ec5daa71b709' as 'libs/protobuf'
This commit is contained in:
16
libs/protobuf/kokoro/release/ruby/macos/build_artifacts.sh
Executable file
16
libs/protobuf/kokoro/release/ruby/macos/build_artifacts.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
# change to repo root
|
||||
cd $(dirname $0)/../../../..
|
||||
|
||||
# all artifacts come here
|
||||
mkdir artifacts
|
||||
export ARTIFACT_DIR=$(pwd)/artifacts
|
||||
|
||||
# ruby environment
|
||||
bash kokoro/release/ruby/macos/ruby/ruby_build_environment.sh
|
||||
|
||||
# build artifacts
|
||||
bash kokoro/release/ruby/macos/ruby/ruby_build.sh
|
||||
Reference in New Issue
Block a user