mirror of https://github.com/axmolengine/axmol.git
Merge pull request #13292 from natural-law/v3
[ci skip] Add copy resources config of js-tests for web platform.
This commit is contained in:
commit
940b53e271
|
@ -25,7 +25,17 @@
|
||||||
"web_cfg": {
|
"web_cfg": {
|
||||||
"project_path": "",
|
"project_path": "",
|
||||||
"run_root_dir": "../../",
|
"run_root_dir": "../../",
|
||||||
"sub_url": "/tests/js-tests/"
|
"sub_url": "/tests/js-tests/",
|
||||||
|
"copy_resources": [
|
||||||
|
{
|
||||||
|
"from": "../cpp-tests/Resources/",
|
||||||
|
"to": "res/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": "resjs",
|
||||||
|
"to": "res/"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"linux_cfg": {
|
"linux_cfg": {
|
||||||
"project_path": "project/proj.linux",
|
"project_path": "project/proj.linux",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 562bccdac8519d4ee1b8d958dd43cb1d084c7059
|
Subproject commit 85f71258c4f8fcba16ac5117c8047573e1680fd3
|
Loading…
Reference in New Issue