33 lines
527 B
Plaintext
33 lines
527 B
Plaintext
name: version
|
|||
|
|
gpid: malunal
|
||
|
|
semv: 1.0.0
|
||
|
|
|
||
|
|
requires:
|
||
|
|
- remote: git@git.erasit.com:malunal/microtest
|
||
|
|
branch: v1.0.0
|
||
|
|
- remote: git@git.erasit.com:malunal/strview
|
||
|
|
branch: v1.0.0
|
||
|
|
- remote: git@git.erasit.com:malunal/types
|
||
|
|
branch: v1.0.0
|
||
|
|
|
||
|
|
targets:
|
||
|
|
- name: malunal.version
|
||
|
|
type: archive
|
||
|
|
deps:
|
||
|
|
- malunal.strview
|
||
|
|
- malunal.types
|
||
|
|
srcs:
|
||
|
|
- ./sources/version.c
|
||
|
|
|
||
|
|
tests:
|
||
|
|
- name: malunal.version.tests
|
||
|
|
type: program
|
||
|
|
deps:
|
||
|
|
- malunal.microtest
|
||
|
|
- malunal.version
|
||
|
|
srcs:
|
||
|
|
- ./tests/version.c
|
||
|
|
|
||
|
|
exports:
|
||
|
|
- malunal.version
|