mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 14:55:43 +02:00
jenkinsfile: use HOME=/tmp for tests
Change-Id: Ib5f207eb730be43a7cc5ebfb7cda2b230054badd
This commit is contained in:
parent
53feacbf34
commit
7367c28733
2 changed files with 1 additions and 8 deletions
3
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
3
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
|
@ -57,7 +57,6 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
|
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
|
||||||
sh """
|
sh """
|
||||||
ls
|
|
||||||
./build.py --init
|
./build.py --init
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
@ -97,7 +96,7 @@ pipeline {
|
||||||
exec_cmd("""
|
exec_cmd("""
|
||||||
cd ${dockerTopDir}
|
cd ${dockerTopDir}
|
||||||
cd tests/qml/src
|
cd tests/qml/src
|
||||||
../../../build/tests/qml_tests
|
HOME=/tmp ../../../build/tests/qml_tests
|
||||||
""")
|
""")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,12 +39,6 @@ Rectangle {
|
||||||
signal messagesCleared
|
signal messagesCleared
|
||||||
signal messagesLoaded
|
signal messagesLoaded
|
||||||
|
|
||||||
onVisibleChanged: {
|
|
||||||
if (visible)
|
|
||||||
return
|
|
||||||
UtilsAdapter.clearInteractionsCache(CurrentAccount.id, CurrentConversation.id)
|
|
||||||
}
|
|
||||||
|
|
||||||
function focusChatView() {
|
function focusChatView() {
|
||||||
chatViewFooter.textInput.forceActiveFocus()
|
chatViewFooter.textInput.forceActiveFocus()
|
||||||
swarmDetailsPanel.visible = false
|
swarmDetailsPanel.visible = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue