mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 16:31:45 +05:30
Merge pull request #114 from n4ss/fix-travisci-osxkeychain
fix osxkeychain ci
This commit is contained in:
+8
-2
@@ -3,20 +3,26 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: go
|
language: go
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
osx_image: xcode9
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.8.1
|
||||||
install: make deps
|
before_install:
|
||||||
|
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
|
||||||
|
# might not be necessary in the future
|
||||||
|
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
|
||||||
|
- rvm get stable
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libsecret-1-dev
|
- libsecret-1-dev
|
||||||
- pass
|
- pass
|
||||||
before_script:
|
before_script:
|
||||||
|
- make deps
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
|
||||||
- make validate
|
- make validate
|
||||||
|
|||||||
+2
-2
@@ -2,13 +2,13 @@ image: Visual Studio 2015
|
|||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
|
stack: go 1.8.7
|
||||||
|
|
||||||
clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers
|
clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- set PATH=%PATH%;C:\MinGW\bin;
|
- set PATH=%PATH%;C:\MinGW\bin;
|
||||||
- set PATH=%PATH%;C:\go18\bin;
|
|
||||||
- set GOROOT=C:\go18
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- mingw32-make vet_win wincred
|
- mingw32-make vet_win wincred
|
||||||
|
|||||||
Reference in New Issue
Block a user