mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 14:47:10 +00:00
Adds automated build for OSX re #380
Signed-off-by: Ed Robinson <ed.robinson@reevoo.com>
This commit is contained in:
10
hack/travis_osx.sh
Executable file
10
hack/travis_osx.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
export GOPATH=$(pwd)/_gopath
|
||||
_projectatomic="${GOPATH}/src/github.com/projectatomic"
|
||||
mkdir -vp ${_projectatomic}
|
||||
ln -vsf $(pwd) ${_projectatomic}/skopeo
|
||||
|
||||
cd ${_projectatomic}/skopeo
|
||||
make validate-local test-unit-local binary-local BUILDTAGS=containers_image_ostree_stub
|
Reference in New Issue
Block a user