mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 05:07:40 +00:00
Merge pull request #5975 from keymanapp/fix/linux/pr-builds
fix(linux): Add test targets to Makefile 🎫
This commit is contained in:
commit
cb53c5213e
1 changed files with 7 additions and 0 deletions
|
|
@ -52,3 +52,10 @@ releasedeb: reconf origdist cow debnocow # it will prompt for sudo if required f
|
|||
nightlydist: reconf sources
|
||||
echo "Built nightly source release in dist/"
|
||||
|
||||
check:
|
||||
cd keyman-config && ./run-tests.sh
|
||||
|
||||
tmpcheck:
|
||||
cd keyman-config && ./run-tests.sh
|
||||
|
||||
tests: check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue