Sha256: 6bf7ac5213b230260ed4e61264620965caaafd8e279368d26d8b2f2e17c73481

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

#!/usr/bin/env sh
set -ue

version=${TRAVIS_TAG#"v"}
package="tmp/pyttyd-darwin-amd64-${version}"

rubyc --openssl-dir=/usr/local/etc/openssl -o "$package" -d /tmp/pytty-build-macos --make-args="-j16 --silent" pyttyd
./"$package" --version

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pytty-0.5.0 build/macos.sh
pytty-0.4.1 build/macos.sh
pytty-0.4.0 build/macos.sh