mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Update submodule addresses (#292)
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
1dc3eb9977
commit
669bc3d37b
5 changed files with 13 additions and 13 deletions
14
.gitmodules
vendored
14
.gitmodules
vendored
|
|
@ -1,30 +1,30 @@
|
|||
[submodule "third_party/GCutil"]
|
||||
path = third_party/GCutil
|
||||
url = https://github.com/pando-project/gcutil.git
|
||||
url = https://github.com/lws-project/gcutil.git
|
||||
ignore = untracked
|
||||
[submodule "third_party/checked_arithmetic"]
|
||||
path = third_party/checked_arithmetic
|
||||
url = https://github.com/pando-submodules/checked_arithmetic.git
|
||||
url = https://github.com/lws-project/checked_arithmetic.git
|
||||
ignore = untracked
|
||||
[submodule "third_party/double_conversion"]
|
||||
path = third_party/double_conversion
|
||||
url = https://github.com/pando-submodules/double_conversion.git
|
||||
url = https://github.com/lws-project/double_conversion.git
|
||||
ignore = untracked
|
||||
[submodule "third_party/rapidjson"]
|
||||
path = third_party/rapidjson
|
||||
url = https://github.com/pando-submodules/rapidjson.git
|
||||
url = https://github.com/lws-project/rapidjson.git
|
||||
ignore = untracked
|
||||
[submodule "third_party/yarr"]
|
||||
path = third_party/yarr
|
||||
url = https://github.com/pando-submodules/yarr.git
|
||||
url = https://github.com/lws-project/yarr.git
|
||||
ignore = untracked
|
||||
[submodule "third_party/windows/icu"]
|
||||
path = third_party/windows/icu
|
||||
url = https://github.com/pando-submodules/icu.git
|
||||
url = https://github.com/lws-project/icu.git
|
||||
ignore = untracked
|
||||
[submodule "test/vendortest"]
|
||||
path = test/vendortest
|
||||
url = https://github.com/pando-tests/js_vendor_tc.git
|
||||
url = https://github.com/lws-project/js_vendor_tc.git
|
||||
ignore = untracked
|
||||
[submodule "test/test262"]
|
||||
path = test/test262
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ matrix:
|
|||
apt:
|
||||
packages: [ autoconf, automake, libtool, ninja-build, libicu-dev ]
|
||||
sonarcloud:
|
||||
organization: "pando-project"
|
||||
organization: "lws-project"
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.sonar/cache'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Escargot
|
||||
|
||||
[](https://travis-ci.org/pando-project/escargot)
|
||||
[](https://sonarcloud.io/dashboard?id=pando-project_escargot)
|
||||
[](https://travis-ci.org/lws-project/escargot)
|
||||
[](https://sonarcloud.io/dashboard?id=lws-project_escargot)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
|
|||
## Build Escargot
|
||||
|
||||
```sh
|
||||
git clone https://github.com/pando-project/escargot.git
|
||||
git clone https://github.com/lws-project/escargot.git
|
||||
cd escargot
|
||||
git submodule update --init third_party
|
||||
cmake -DESCARGOT_HOST=linux -DESCARGOT_ARCH=x64 -DESCARGOT_MODE=release -DESCARGOT_OUTPUT=bin -GNinja
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
sonar.projectKey=pando-project_escargot
|
||||
sonar.projectKey=lws-project_escargot
|
||||
sonar.projectName=escargot
|
||||
sonar.sources=src
|
||||
sonar.cfamily.build-wrapper-output=bw_output
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
if [[ "${TRAVIS_REPO_SLUG}" == "pando-project/escargot"
|
||||
if [[ "${TRAVIS_REPO_SLUG}" == "lws-project/escargot"
|
||||
&& ${TRAVIS_BRANCH} == "master"
|
||||
&& ${TRAVIS_EVENT_TYPE} == "push" ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue