Skip to content

Commit

Permalink
Merge pull request #4 from andrjohns/quickjs-submodule
Browse files Browse the repository at this point in the history
Quickjs submodule
  • Loading branch information
andrjohns authored Dec 19, 2023
2 parents 58789a1 + df6d90c commit 24dae76
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 82,060 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
^.vscode$
^LICENSE\.md$
^cran-comments\.md$
^src/quickjs/\.github$
^src/quickjs/\.git$
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -55,4 +57,3 @@ jobs:
with:
upload-snapshots: true
check-dir: '"check"'

4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "src/quickjs"]
path = src/quickjs
url = https://github.com/andrjohns/quickjs
branch = wpedantic-compat
297 changes: 0 additions & 297 deletions inst/include/cutils.h

This file was deleted.

Loading

0 comments on commit 24dae76

Please sign in to comment.