File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ language: sh
18
18
os : linux
19
19
dist : xenial
20
20
21
+ env :
22
+ global :
23
+ - PROFILE=develop
24
+
21
25
cache :
22
26
pip : true
23
27
ccache : true
@@ -28,8 +32,13 @@ cache:
28
32
29
33
addons :
30
34
apt :
35
+ sources :
36
+ - sourceline : ' deb https://apt.kitware.com/ubuntu/ xenial main'
37
+ key_url : ' https://apt.kitware.com/keys/kitware-archive-latest.asc'
38
+ - sourceline : ' deb https://apt.kitware.com/ubuntu/ xenial-rc main'
31
39
packages :
32
- - ninja-build
40
+ - cmake
41
+ - ninja-build
33
42
34
43
matrix :
35
44
include :
@@ -63,6 +72,7 @@ matrix:
63
72
git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git;
64
73
- >-
65
74
script :
75
+ - echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
66
76
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
67
77
- ccache -s
68
78
You can’t perform that action at this time.
0 commit comments