mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
parent
0cfb1f3c73
commit
0578696fe9
|
@ -10,22 +10,21 @@ versions:
|
||||||
- /\/"$/
|
- /\/"$/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script:
|
||||||
./configure --prefix="{{prefix}}"
|
- ./configure --prefix="{{prefix}}"
|
||||||
make --jobs {{hw.concurrency}} rdf
|
- run: |
|
||||||
make install install_rdf
|
make --jobs {{hw.concurrency}} rdf
|
||||||
|
make install install_rdf
|
||||||
|
if: <2.16
|
||||||
|
# rdoff tools removed as unfixable
|
||||||
|
# https://github.com/netwide-assembler/nasm/commit/93548c2de2a3c218b3d0ab4061b26d9781cb6b37
|
||||||
|
- run: |
|
||||||
|
make --jobs {{hw.concurrency}}
|
||||||
|
make install
|
||||||
|
if: '>=2.16'
|
||||||
|
|
||||||
test: nasm --version
|
test: nasm --version
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/ldrdf
|
|
||||||
- bin/nasm
|
- bin/nasm
|
||||||
- bin/ndisasm
|
- bin/ndisasm
|
||||||
- bin/rdf2bin
|
|
||||||
- bin/rdf2com
|
|
||||||
- bin/rdf2ihx
|
|
||||||
- bin/rdf2ith
|
|
||||||
- bin/rdf2srec
|
|
||||||
- bin/rdfdump
|
|
||||||
- bin/rdflib
|
|
||||||
- bin/rdx
|
|
||||||
|
|
Loading…
Reference in a new issue