Skip to content

Commit

Permalink
Rewrote test script in nodejs for portability and added ignored examples
Browse files Browse the repository at this point in the history
This should address #12 by not failing the CI on tests where we now know
tree-sitter-openscad fails.
  • Loading branch information
bollian committed Feb 13, 2024
1 parent 8af3261 commit 4452ac7
Show file tree
Hide file tree
Showing 9 changed files with 2,874 additions and 39 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Cargo.lock
package-lock.json
/build
/node_modules
/examples/*/
/target
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "examples/openscad"]
path = examples/openscad
url = https://github.com/openscad/openscad.git
59 changes: 59 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/openscad
Submodule openscad added at dd2da9
Loading

0 comments on commit 4452ac7

Please sign in to comment.