mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
chore(linux): disable tests for core install also
This commit is contained in:
parent
bf99c77b64
commit
34faa0216d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ endif
|
|||
override_dh_auto_install:
|
||||
install -d $(CURDIR)/debian/tmp
|
||||
cd core && \
|
||||
DESTDIR=$(CURDIR)/debian/tmp ./build.sh install:arch
|
||||
DESTDIR=$(CURDIR)/debian/tmp ./build.sh --no-tests install:arch
|
||||
# ibus-keyman
|
||||
cd linux/ibus-keyman && \
|
||||
DESTDIR=$(CURDIR)/debian/tmp ./build.sh install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue