JavaScript Webkit testing and detection changes
Add testing for javascriptcoregtk-4.1. Simplify configure detection of JSC, relying only only pkg-config. Add javascriptcoregtk-4.1 tests to GHA.
This commit is contained in:
parent
a741c7dbcf
commit
662b88b605
3 changed files with 53 additions and 57 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -97,6 +97,11 @@ jobs:
|
|||
CPPSTD: c++14
|
||||
- SWIGLANG: javascript
|
||||
ENGINE: jsc
|
||||
VER: '4.0'
|
||||
- SWIGLANG: javascript
|
||||
ENGINE: jsc
|
||||
VER: '4.1'
|
||||
os: ubuntu-22.04
|
||||
- SWIGLANG: lua
|
||||
- SWIGLANG: lua
|
||||
VER: '5.3'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue