Skip to content

Commit

Permalink
CI: Enable tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 authored and Emmanuel Nyarko committed Feb 11, 2024
1 parent 1f423eb commit b594c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"preGenerateCommands-windows": [
"cl /c /Fo: $PACKAGE_DIR/extras/ $PACKAGE_DIR/extras/test.cpp",
],
"sourceFiles-posix": [ "extras/test.o" ],
"sourceFiles-windows": [ "extras/test.obj" ]
"sourceFiles-posix": [ "extras/*.o" ],
"sourceFiles-windows": [ "extras/*.obj" ]
}
]
}

0 comments on commit b594c59

Please sign in to comment.