cicd_config.json 386 B

123456789101112131415
  1. {
  2. "ci_allow_list": ["rootnode_dimmablelight_bCwGYSDpoe"],
  3. "cd_platforms": {
  4. "linux": {
  5. "linux_x86": ["--cpu_type", "x64", "--enable_ipv4", "-a"],
  6. "linux_arm64_ipv6only": ["--cpu_type", "arm64", "-a"]
  7. },
  8. "esp32": {
  9. "m5stack": ["-a"]
  10. },
  11. "nrfconnect": {
  12. "nrf52840dk": ["-a"]
  13. }
  14. }
  15. }