Skip to content

Commit a0b7e33

Browse files
committed
New Travis Build
1 parent e68ef6b commit a0b7e33

File tree

4 files changed

+1124
-13
lines changed

4 files changed

+1124
-13
lines changed

.travis.yml

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
language: ruby
2-
cache: bundler
3-
rvm:
4-
- 2.3.1
5-
gemfile: Gemfile
6-
after_install: gem list
7-
script: bundle exec rake build
8-
notifications:
9-
email:
10-
#recipients:
11-
12-
irc:
13-
- "irc.freenode.org#openshift-dev"
1+
language: python
2+
3+
cache: pip
4+
5+
sudo: required
6+
7+
before_install:
8+
- sudo gem install asciidoctor -v 1.5.4
9+
- sudo gem install asciidoctor-diagram -v 1.5.4
10+
11+
install:
12+
- pip install pyyaml
13+
- pip install aura.tar.gz
14+
15+
script:
16+
- python build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 3 --no-upstream-fetch
17+
- if [ "$TRAVIS_BRANCH" != "master" ]; then python build.py --distro openshift-online --product "OpenShift Container Platform" --version 3 --no-upstream-fetch; fi
18+
- if [ "$TRAVIS_BRANCH" != "master" ]; then python build.py --distro openshift-dedicated --product "OpenShift Container Platform" --version 3 --no-upstream-fetch; fi
19+
- python makeBuild.py
20+

aura.tar.gz

122 KB
Binary file not shown.

0 commit comments

Comments
 (0)