Skip to content

Commit

Permalink
Update .travis.yml (#244)
Browse files Browse the repository at this point in the history
* Update .travis.yml

added arch attribute on YML file.

* Update .travis.yml

bases on the spitted env respected arch attributes added on YML file.
  • Loading branch information
srinivas32 committed Oct 12, 2020
1 parent 77de264 commit 4721a07
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .travis.yml
@@ -1,3 +1,6 @@
arch:
- amd64
- ppc64le
language: c
sudo: true
compiler:
Expand Down Expand Up @@ -28,5 +31,20 @@ matrix:
- env: CONF=release
- env: CONF=releasenox64
- env: CONF=amalgamation
script: tools/travis.sh $CONF
# power jobs added.
- env: CONF=armhf
arch: ppc64le
- env: CONF=aarch64
arch: ppc64le
- env: CONF=debug
arch: ppc64le
- env: CONF=debugnox64
arch: ppc64le
- env: CONF=release
arch: ppc64le
- env: CONF=releasenox64
arch: ppc64le
- env: CONF=amalgamation
arch: ppc64le
script: tools/travis.sh $CONF

0 comments on commit 4721a07

Please sign in to comment.