.atom-build.yml 449 B

1234567
  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 --target brcm2708/bcm2711 --profile rpi-4 --ssh-backup root@192.168.2.1'
  6. Build Archer snapshot in toolbox:
  7. cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version "snapshot" --target "brcm2708/bcm2711" --profile "rpi-4" --ssh-backup "root@192.168.2.1"'