add support for vipakfile
This commit is contained in:
parent
052d41505e
commit
a48b23a8db
2 changed files with 16 additions and 1 deletions
15
vipakfile
Normal file
15
vipakfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
NAME = SemVer
|
||||
VERSION = 0.1.0
|
||||
|
||||
AUTHOR = Antranig Vartanian <antranig@vartanian.am>
|
||||
LICENSE = BSD-2-Clause
|
||||
|
||||
DEPS =
|
||||
|
||||
RUN =
|
||||
MAIN =
|
||||
BUILD = %projdir%/src/SemVer.Mod
|
||||
|
||||
TEST_RUN = ./SemVerTest
|
||||
TEST_MAIN = %projdir%/tests/SemVerTest.Mod
|
||||
TEST =
|
||||
Loading…
Add table
Add a link
Reference in a new issue