builds: add unit testing
This commit is contained in:
parent
9e350aea93
commit
00b9c836b3
2 changed files with 8 additions and 0 deletions
|
@ -21,5 +21,9 @@ tasks:
|
|||
- install: |
|
||||
nix profile install ./esv
|
||||
- test: |
|
||||
cd esv
|
||||
./configure -t
|
||||
make clean all
|
||||
./esv
|
||||
# very basic test :)
|
||||
esv Matthew 5-7 >/dev/null
|
||||
|
|
|
@ -13,5 +13,9 @@ tasks:
|
|||
- install: |
|
||||
doas make -C esv install
|
||||
- test: |
|
||||
cd esv
|
||||
./configure -t
|
||||
make clean all
|
||||
./esv
|
||||
# very basic test :)
|
||||
esv Matthew 5-7 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue