Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpeeps/denim
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon committed Apr 30, 2024
2 parents eac1485 + cc19089 commit 0b2f7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- 'stable'
os:
- ubuntu-latest
- windows-latest
- macOS-latest
- windows-latest
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
Expand All @@ -28,10 +28,10 @@ jobs:
- run: "npm install node-gyp -g"
- run: "npm install cmake-js -g"
- run: "choosenim show path -y"
- run: nimble install denim@#head
- run: nimble install denim@#head -Y
- run: nimble test
- name: "test denim on windows"
if: matrix.os == 'windows-latest'
run: "denim.exe build tests\myaddon.nim -r -y --cmake"
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 0b2f7c2

Please sign in to comment.