mirror of https://github.com/xiph/flac
.travis.yml: Test --enable-64-bit-words as well
This commit is contained in:
parent
98deaf1d46
commit
2817eca6d8
|
@ -7,3 +7,4 @@ os:
|
|||
- osx
|
||||
script:
|
||||
- ./autogen.sh && ./configure && make && make check
|
||||
- make clean && ./configure --enable-64-bit-words && make && make check
|
||||
|
|
Loading…
Reference in New Issue