Skip to content

Commit a6e4729

Browse files
committed
build(Core): Add core as a separate git repo rather than a submodule
1 parent 0bbaf4f commit a6e4729

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ cache:
1212
git:
1313
submodules: false
1414
before_install:
15-
# Use sed to replace the SSH URL with the public URL, then initialize submodules
16-
# - sed -i -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
17-
# - git submodule update --init --recursive
1815
- chmod a+x ./Travis/installUnity.sh
1916
- npm install -g [email protected]
2017
install:

Travis/installSDK.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ fi
1818

1919
echo "Attempting to install IBM Watson SDK for Unity into the test project..."
2020
mkdir -p Travis/UnityTestProject/Assets/Watson/
21+
mkdir -p Travis/UnityTestProject/Assets/IBMSdkCore/
2122
git clone -b $TRAVIS_BRANCH https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
23+
git clone -b $TRAVIS_BRANCH https://github.com/IBM/unity-sdk-core.git Travis/UnityTestProject/Assets/IBMSdkCore/
2224

2325
if [ $? = 0 ] ; then
2426
echo "WDC Unity SDK install SUCCEEDED! Exited with $?"

0 commit comments

Comments
 (0)