disable compilation in CI

pull/13070/head
Wilfried Chauveau 2020-06-22 14:15:52 +01:00 committed by GitHub
parent dbf206c304
commit d4e9267542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@
"targets" : [],
"toolchains" : [],
"exporters": [],
"compile" : true,
"compile" : false,
"export": true,
"test" : false,
"baud_rate": 115200,