Browse Source

added support for linux on power

master
ujjwalsh 3 years ago
parent
commit
d0239565ee
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -1,3 +1,6 @@
language: c
arch:
- ppc64le
- amd64
install: autoreconf --install
script: ./configure && make

Loading…
Cancel
Save