.atom-build.yml 771 B

12345678910111213
  1. cmd: 'echo "Pick a command (see .atom-build.yml)"'
  2. name: ''
  3. targets:
  4. Build RPi4 snapshot in toolbox:
  5. cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4'
  6. Build and Flash RPi4 snapshot in toolbox:
  7. cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4 --ssh-upgrade root@router.lan'
  8. Build Archer snapshot in toolbox:
  9. cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile tplink_archer-c7-v2'
  10. Build Archer stable in toolbox:
  11. cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2'
  12. Build and Flash Archer stable in toolbox:
  13. cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2 --ssh-upgrade root@archer.lan'