mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d437c3a331
commit
56e00df70f
1 changed files with 7 additions and 5 deletions
|
@ -52,8 +52,10 @@ build:
|
||||||
- perl -pi -e "s|$PREFIX|\\\$PREFIX|" share/autoconf/autom4te.cfg
|
- perl -pi -e "s|$PREFIX|\\\$PREFIX|" share/autoconf/autom4te.cfg
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
dependencies:
|
||||||
autoconf --verbose --debug
|
llvm.org: '*' # requires a C compiler to configure
|
||||||
./configure
|
script:
|
||||||
test -f config.status
|
- autoconf --verbose --debug
|
||||||
test -f config.log
|
- ./configure
|
||||||
|
- test -f config.status
|
||||||
|
- test -f config.log
|
||||||
|
|
Loading…
Reference in a new issue