소스 검색

Remove legacy build env

bryan 3 년 전
부모
커밋
15626bb27a
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      .atom-build.yml

+ 0 - 13
.atom-build.yml

@@ -1,13 +0,0 @@
-cmd: 'echo "Pick a command (see .atom-build.yml)"'
-name: ''
-targets:
-  Build RPi4 snapshot in toolbox:
-    cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4'
-  Build and Flash RPi4 snapshot in toolbox:
-    cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4 --ssh-upgrade root@router.lan'
-  Build Archer snapshot in toolbox:
-    cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile tplink_archer-c7-v2'
-  Build Archer stable in toolbox:
-    cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2'
-  Build and Flash Archer stable in toolbox:
-    cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2 --ssh-upgrade root@archer.lan'