.atom-build.yml 486 B

123456789
  1. cmd: 'echo "Pick a command (see .atom-build.yml)"'
  2. name: ''
  3. targets:
  4. Build RPi4 snapshot in toolbox:
  5. cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4'
  6. Build Archer snapshot in toolbox:
  7. cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile tplink_archer-c7-v2'
  8. Build Archer 19.07.2 in toolbox:
  9. cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.2 --profile tplink_archer-c7-v2'