Update submodule addresses (#292)

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
Patrick Kim 2019-06-19 16:50:59 +09:00 committed by haesik
commit 669bc3d37b
5 changed files with 13 additions and 13 deletions

14
.gitmodules vendored
View file

@ -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

View file

@ -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'

View file

@ -1,7 +1,7 @@
# Escargot
[![Travis CI Build Status](https://travis-ci.org/pando-project/escargot.svg?branch=master)](https://travis-ci.org/pando-project/escargot)
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=pando-project_escargot&metric=alert_status)](https://sonarcloud.io/dashboard?id=pando-project_escargot)
[![Travis CI Build Status](https://travis-ci.org/lws-project/escargot.svg?branch=master)](https://travis-ci.org/lws-project/escargot)
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=lws-project_escargot&metric=alert_status)](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

View file

@ -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

View file

@ -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