Просмотр исходного кода

update: 调整CI的链接,移除bsp/win32的构建. 尚未移除bsp/win32

Wendal Chen 2 лет назад
Родитель
Сommit
d173d56c46
2 измененных файлов с 3 добавлено и 47 удалено
  1. 0 45
      .github/workflows/win32.yml
  2. 3 2
      README.md

+ 0 - 45
.github/workflows/win32.yml

@@ -1,45 +0,0 @@
-name: win32
-
-on:
-  push:
-    paths:
-      - '.github/workflows/win32.yml'
-      - 'lua/**'
-      - 'luat/**'
-      - 'components/**'
-      - 'bsp/win32/**'
-  workflow_dispatch:
-
-jobs:
-  build:
-    runs-on: windows-2019
-    steps:
-    - uses: actions/checkout@v1
-    - name: build
-      run: |
-        Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
-        cd bsp/win32
-        xmake -y -w
-        cd build/out
-        Invoke-WebRequest -Uri "https://github.com/openLuat/LuatOS/releases/download/v0.0.1/luat_uart.dll" -OutFile "luat_uart.dll"
-    - name: Upload artifact
-      uses: actions/upload-artifact@v1
-      with:
-        name: luatos_win32
-        path: bsp/win32/build/out
-    - name: report if failure
-      if: always()
-      env:
-        STATUS: ${{ job.status }}
-        MQTTADDR: ${{ secrets.MQTTADDR }}
-        MQTTPORT: ${{ secrets.MQTTPORT }}
-        MQTTTOPIC: ${{ secrets.MQTTTOPIC }}
-        DD_APPKEY: ${{ secrets.DD_APPKEY }}
-        DD_APPSECRET: ${{ secrets.DD_APPSECRET }}
-        DD_NOTIFY_LIST: ${{ secrets.DD_NOTIFY_LIST }}
-        DD_API_TOKEN: ${{ secrets.DD_API_TOKEN }}
-        DD_API_SEND: ${{ secrets.DD_API_SEND }}
-      run: |
-        cd tools
-        pip install paho-mqtt gitpython requests -t ./
-        if($env:STATUS -eq "failure"){ python ciNotify.py $env:MQTTADDR $env:MQTTPORT $env:MQTTTOPIC "https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID" "win32" "$env:DD_APPKEY" "$env:DD_APPSECRET" "$env:DD_NOTIFY_LIST" "$env:DD_API_TOKEN" "$env:DD_API_SEND"; }

+ 3 - 2
README.md

@@ -7,9 +7,9 @@
 [![air101](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/air101.yml/badge.svg)](https://wiki.luatos.com/chips/air101/index.html)
 [![air105](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/air105.yml/badge.svg)](https://wiki.luatos.com/chips/air105/index.html)
 [![esp32](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/esp32-idf5.yml/badge.svg)](https://wiki.luatos.com/chips/esp32c3/index.html)
-[![win32](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/win32.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/win32/master)
 [![ec618,Air780E](https://github.com/openLuat/luatos-soc-2022/actions/workflows/ci.yaml/badge.svg)](https://wiki.luatos.com/chips/air780e/index.html)
-[![ec7xx](https://github.com/openLuat/luatos-soc-2023/actions/workflows/ci.yaml/badge.svg)](https://gitee.com/openLuat/luatos-soc-2023)
+[![ec7xx](https://github.com/openLuat/luatos-soc-2023/actions/workflows/ci.yaml/badge.svg)](https://wiki.luatos.com/chips/air780ep/index.html)
+[![PC](https://github.com/openLuat/luatos-soc-pc/actions/workflows/ci.yml/badge.svg)](https://wiki.luatos.com/chips/pc/index.html)
 
 LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
 
@@ -24,6 +24,7 @@ LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and
     * [Air105 - MCU开发板](https://luat.taobao.com)
     * [Air601 - wifi开发板](https://luat.taobao.com)
     * [ESP32C3 - wifi开发板](https://luat.taobao.com)
+    * [ESP32S3 - wifi开发板](https://luat.taobao.com)
     * [PC - 无需开发板的模拟器](https://gitee.com/openLuat/luatos-soc-pc)
 2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html)
 3. 尝试[各种demo](https://gitee.com/openLuat/LuatOS/tree/master/demo), 浏览[API](https://wiki.luatos.com/api/index.html), [30分钟入门lua语法(视频)](https://www.bilibili.com/video/BV1vf4y1L7Rb?spm_id_from=333.999.0.0)