Skip to content

Commit

Permalink
Fix pipeline (connect to X server) to make LuaTest work on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Sep 3, 2023
1 parent 6ce7069 commit 77e792d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ stages:
displayName: 'Generate test locales'
- bash: |
cmake --build . --target test-units
Xvfb :99 &
export DISPLAY=:99
sleep 3 # give xvfb some time to start
CI=true ctest --verbose
workingDirectory: ./build
displayName: 'Run tests'
Expand Down

0 comments on commit 77e792d

Please sign in to comment.