We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce7655 commit ad147baCopy full SHA for ad147ba
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ script:
20
- autoheader
21
- automake --add-missing
22
- autoreconf
23
- - ./configure
+ - ./configure --prefix=/usr/
24
- make lib # Check the compiler and create libblitz.a
25
# TODO: make a failure result in non-zero exit code! (see https://travis-ci.org/slayoo/blitz/builds/359545927)
26
- make check-testsuite # Build and check the testsuite
0 commit comments