mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Attempt to build this package on power
Adding power support in travis.yml - Adding ppc64le build and running "before_script_linux.sh" on intel only via travis.yml Signed-off-by: ghatwala <ghatwala@us.ibm.com>
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- linux-ppc64le
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
go:
|
go:
|
||||||
@@ -19,7 +20,7 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- make deps
|
- 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" && "$HOSTTYPE" != "powerpc64le" ]]; then sh ci/before_script_linux.sh; fi
|
||||||
- make validate
|
- make validate
|
||||||
script: make test
|
script: make test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user