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
|
||||
|
||||
test:
|
||||
script: |
|
||||
autoconf --verbose --debug
|
||||
./configure
|
||||
test -f config.status
|
||||
test -f config.log
|
||||
dependencies:
|
||||
llvm.org: '*' # requires a C compiler to configure
|
||||
script:
|
||||
- autoconf --verbose --debug
|
||||
- ./configure
|
||||
- test -f config.status
|
||||
- test -f config.log
|
||||
|
|
Loading…
Reference in a new issue