Skip to content

Commit

Permalink
[WIP] Add trace windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 12, 2021
1 parent 114cb50 commit 0f71799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if: startsWith(matrix.target, 'native_')
shell: bash
run: |
echo $HOME
export LD_LIBRARY_PATH=$HOME/BUILD_${{matrix.target}}/INSTALL/lib:$HOME/BUILD_${{matrix.target}}/INSTALL/lib64
cd build
meson test --verbose
Expand Down Expand Up @@ -85,11 +86,11 @@ jobs:
- name: Test
shell: cmd
run: |
echo %HOME%
dir D:\a
cd build
meson test --verbose
env:
ZIM_TEST_DATA_DIR: "/home/runner/zim-testing-suite-0.1"
ZIM_TEST_DATA_DIR: "D:\\a\\zim-testing-suite-0.1"

Linux:
strategy:
Expand Down

0 comments on commit 0f71799

Please sign in to comment.