mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: offscreen for linux tests
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -795,11 +795,13 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Run tests'
|
- name: 'Run tests'
|
||||||
run: |
|
run: |
|
||||||
|
QT_ROOT=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64
|
||||||
|
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\
|
||||||
${{ env.Qt6_DIR }}/../../../lib:\
|
$QT_ROOT/lib:\
|
||||||
$PWD/client/3rd-prebuilt/deploy-prebuilt/linux/x64
|
$PWD/client/3rd-prebuilt/deploy-prebuilt/linux/x64
|
||||||
|
|
||||||
ldd build/client/tests/testSettingsSignals || true
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
|
||||||
ctest --test-dir build/client --output-on-failure
|
ctest --test-dir build/client --output-on-failure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user