Skip to content

Commit

Permalink
cirrus: MAKE=gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Sep 12, 2022
1 parent 929d3ed commit 0b7f74d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ task:
- pkg install -y autoconf automake libtool pkgconf git wget m4 gmake
build_script:
- build-aux/autogen.sh
- CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --enable-unsafe --enable-norm-compat
- CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib MAKE=gmake ./configure --enable-unsafe --enable-norm-compat --disable-dependency-tracking
- gmake
test_script:
- gmake check-log
- gmake distcheck

0 comments on commit 0b7f74d

Please sign in to comment.