Skip to content

Commit

Permalink
travis CI: AUTOCONF_VERSION=2.71
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed Aug 21, 2023
1 parent 1c7e730 commit caa56d9
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,38 @@
language: c
os: linux
dist: focal
dist: focal
language: c

os:
- linux
# - osx
# - freebsd

arch:
- amd64
- arm64
- s390x
- ppc64le

compiler:
- gcc
- clang

#git:
# depth: false
matrix:
exclude:
- os: osx
compiler: gcc

addons:
apt:
packages:
- autoconf
- automake

before_script:
- export AUTOCONF_VERSION=2.71

script:
- cd src
- autoconf --version
- ./autogen.sh
- ./configure CFLAGS='-Wall'
- make
Expand Down

0 comments on commit caa56d9

Please sign in to comment.