Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 350e05b

Browse files
authored
Merge pull request #47 from CiscoDevNet/0.8.4
Merging branch 0.8.4 to master
2 parents 57bb46f + dade17f commit 350e05b

File tree

171 files changed

+32150
-673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+32150
-673
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ sudo: required
33
matrix:
44
include:
55
- os: osx
6-
osx_image: xcode8.3
76
language: generic
7+
osx_image: xcode8.3
88
- env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7
99
- env: DOCKER=true OS_TYPE=ubuntu OS_VERSION=xenial
1010
- env: DOCKER=true OS_TYPE=ubuntu OS_VERSION=bionic
1111
allow_failures:
1212
- os: osx
1313

1414
before_install:
15+
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
1516
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./dependencies_osx.sh ; fi
1617
- if [[ "$DOCKER" == "true" ]]; then docker pull ${OS_TYPE}:${OS_VERSION} ; fi
1718

1819
script:
1920
- if [[ "$DOCKER" == "true" ]] && [[ "$OS_TYPE" == "centos" ]]; then docker run -v `pwd`:/ydk-py ${OS_TYPE}:${OS_VERSION} bash -c "cd /ydk-py && ./dependencies_centos.sh && ./tests.sh" ; fi
20-
- if [[ "$DOCKER" == "true" ]] && [[ "$OS_TYPE" == "ubuntu" ]]; then docker run -v `pwd`:/ydk-py ${OS_TYPE}:${OS_VERSION} bash -c "cd /ydk-py && ./dependencies_xenial.sh && ./tests.sh" ; fi
21+
- if [[ "$DOCKER" == "true" ]] && [[ "$OS_TYPE" == "ubuntu" ]]; then docker run -v `pwd`:/ydk-py ${OS_TYPE}:${OS_VERSION} bash -c "cd /ydk-py && ./dependencies_ubuntu.sh && ./tests.sh" ; fi
2122
- if [[ "$DOCKER" != "true" ]]; then ./tests.sh ; fi

README.rst

Lines changed: 64 additions & 28 deletions

core/docs_expanded/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: f02a8b24484fcdabb2d8bed28b7c52ac
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
7.88 KB
Binary file not shown.
2.63 KB
Binary file not shown.
14.3 KB
Binary file not shown.
16.7 KB
Binary file not shown.
8.31 KB
Binary file not shown.
6.1 KB
Binary file not shown.
9.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)