Skip to content

Commit f37d0ee

Browse files
committed
DO NOT COMMIT: Disable uvisor examples take 2
1 parent 3916e72 commit f37d0ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tools/test/examples/examples.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,35 +116,35 @@
116116
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor",
117117
"mbed": [],
118118
"features" : [],
119-
"targets" : ["K64F"],
119+
"targets" : [],
120120
"toolchains" : ["GCC_ARM"],
121121
"exporters": [],
122-
"compile" : true,
123-
"export": true,
122+
"compile" : false,
123+
"export": false,
124124
"auto-update" : false
125125
},
126126
{
127127
"name": "mbed-os-example-uvisor-thread",
128128
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-thread",
129129
"mbed": [],
130130
"features" : [],
131-
"targets" : ["K64F"],
131+
"targets" : [],
132132
"toolchains" : ["GCC_ARM"],
133133
"exporters": [],
134-
"compile" : true,
135-
"export": true,
134+
"compile" : false,
135+
"export": false,
136136
"auto-update" : false
137137
},
138138
{
139139
"name": "mbed-os-example-uvisor-number-store",
140140
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-number-store",
141141
"mbed": [],
142142
"features" : [],
143-
"targets" : ["K64F"],
143+
"targets" : [],
144144
"toolchains" : ["GCC_ARM"],
145145
"exporters": [],
146-
"compile" : true,
147-
"export": true,
146+
"compile" : false,
147+
"export": false,
148148
"auto-update" : false
149149
}
150150
]

0 commit comments

Comments
 (0)