Skip to content

Commit 028e185

Browse files
authored
Merge pull request #279 from jamesbeyond/master
add circle ci
2 parents 6a85f80 + 727b11b commit 028e185

File tree

15 files changed

+41
-14
lines changed

15 files changed

+41
-14
lines changed

.circleci/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
#
3+
# Check https://circleci.com/docs/2.0/language-python/ for more details
4+
#
5+
version: 2
6+
jobs:
7+
build:
8+
docker:
9+
- image: mbedos/mbed-os-env:stable
10+
working_directory: ~
11+
steps:
12+
- checkout:
13+
path: mbed-os-example-ble
14+
- run: |
15+
cd mbed-os-example-ble
16+
git clone https://github.com/ARMmbed/mbed-os.git
17+
mkdir BUILD
18+
- run:
19+
working_directory: mbed-os-example-ble
20+
command: for i in BLE_* ; do cd $i ; ln -s $PWD/../mbed-os mbed-os ; ln -s $PWD/../BUILD BUILD ; cd .. ; done
21+
- run:
22+
working_directory: mbed-os-example-ble
23+
command: for i in BLE_* ; do cd $i ; mbed update ; mbed compile -t GCC_ARM -m NRF52840_DK || break ; cd .. ; done
24+
- run:
25+
working_directory: mbed-os-example-ble
26+
command: for i in BLE_* ; do cd $i ; mbed update ; mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A || break ; cd .. ; done
27+

BLE_BatteryLevel/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_Beacon/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_Button/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#b6e5a0a8afa34dec9dae8963778aebce0c82a54b
1+
https://github.com/ARMmbed/mbed-os/

BLE_GAP/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_GAPButton/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#b6e5a0a8afa34dec9dae8963778aebce0c82a54b
1+
https://github.com/ARMmbed/mbed-os/

BLE_GattClient/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_GattServer/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_HeartRate/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_LED/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_LEDBlinker/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_PeriodicAdvertising/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_Privacy/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_SM/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

BLE_Thermometer/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
1+
https://github.com/ARMmbed/mbed-os/

0 commit comments

Comments
 (0)