builds: make -Cesv -> make -C esv
This commit is contained in:
parent
85b71a6092
commit
49bbd5f439
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ tasks:
|
||||||
./configure -c ldc2
|
./configure -c ldc2
|
||||||
bmake
|
bmake
|
||||||
- install: |
|
- install: |
|
||||||
sudo bmake -Cesv install
|
sudo bmake -C esv install
|
||||||
- test: |
|
- test: |
|
||||||
# very basic test :)
|
# very basic test :)
|
||||||
esv Matthew 5-7 >/dev/null
|
esv Matthew 5-7 >/dev/null
|
||||||
|
|
|
@ -11,7 +11,7 @@ tasks:
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
doas make -Cesv install
|
doas make -C esv install
|
||||||
- test: |
|
- test: |
|
||||||
# very basic test :)
|
# very basic test :)
|
||||||
esv Matthew 5-7 >/dev/null
|
esv Matthew 5-7 >/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue