Skip to content

Commit

Permalink
wip test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <georgelemon@protonmail.com>
  • Loading branch information
georgelemon committed Apr 19, 2024
1 parent 7b75f7f commit 7e5bfa0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- run: "npm install node-gyp -g"
- run: "npm install cmake-js -g"
- run: "choosenim show path -y"
- run: nimble install -Y
- run: nimble install denim@#head
- run: nimble test
- run: "denim build tests/myaddon.nim -r -y --cmake"
- name: "test denim on windows"
if: matrix.os == 'windows-latest'
run: "denim.exe build tests\myaddon.nim -r -y --cmake"
- name: 'test denim on unix'
run: "denim build tests/myaddon.nim -r -y --cmake"

0 comments on commit 7e5bfa0

Please sign in to comment.