mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libexpat)
remove *.la
This commit is contained in:
parent
733e93170c
commit
e54a43db8f
1 changed files with 7 additions and 7 deletions
|
@ -6,15 +6,15 @@ versions:
|
|||
github: libexpat/libexpat/releases
|
||||
|
||||
build:
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
- ./configure --prefix={{ prefix }}
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: rm *.la
|
||||
working-directory: ${{ prefix }}/lib
|
||||
|
||||
test:
|
||||
script: |
|
||||
cc test.c -lexpat -o test
|
||||
OUTPUT="$(./test)"
|
||||
test "$OUTPUT" = "tag:str|data:Hello, world!|"
|
||||
- cc test.c -lexpat -o test
|
||||
- OUTPUT="$(./test)"
|
||||
- test "$OUTPUT" = "tag:str|data:Hello, world!|"
|
||||
|
||||
provides:
|
||||
- bin/xmlwf
|
||||
|
|
Loading…
Reference in a new issue