Skip to content

Commit

Permalink
Cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 12, 2025
1 parent 5a12033 commit a59a2ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,9 @@ jobs:
- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-22.04'
run: |
# patchelf --force-rpath --set-rpath '$ORIGIN:$ORIGIN/../node_modules/deps-qt-core-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-gui-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-qml-raub/bin-linux:$ORIGIN/../../deps-qt-core-raub/bin-linux:$ORIGIN/../../deps-qt-gui-raub/bin-linux:$ORIGIN/../../deps-qt-qml-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
sudo apt-get update -qq
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
# sudo apt-get install -qq mesa-utils
# xvfb-run --auto-servernum glxinfo -B
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
xvfb-run --auto-servernum npm run test-ci
# QT_DEBUG_PLUGINS=1 xvfb-run --auto-servernum npm run test-ci
# cd test && QT_DEBUG_PLUGINS=1 xvfb-run --auto-servernum node debug.js
# - name: Run Unit Tests - MacOS
# if: matrix.os == 'macos-14'
Expand Down

0 comments on commit a59a2ad

Please # to comment.