We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278f7cb commit 65f8c8cCopy full SHA for 65f8c8c
scripts/bootstrap.sh
@@ -13,6 +13,8 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
+set -xe
17
+
18
# Enter repository root
19
cd "$( dirname "${BASH_SOURCE[0]}" )"/..
20
@@ -26,7 +28,7 @@ then
26
28
else
27
29
# git clone https://github.com/ARMmbed/mbed-os.git
30
# Use feature branch until merged to master
- git clone --depth 1 https://github.com/paul-szczepanek-arm/mbed-os.git -b unittest dependencies/mbed-os
31
+ git clone --depth 1 https://github.com/paul-szczepanek-arm/mbed-os.git -b cmake-ble-rebased dependencies/mbed-os
32
fi
33
34
# Add symlinks
0 commit comments