Przeglądaj źródła

remove: 移除pico的action和badge

Wendal Chen 4 lat temu
rodzic
commit
e197d66d57
3 zmienionych plików z 0 dodań i 54 usunięć
  1. 0 52
      .github/workflows/pico.yml
  2. 0 1
      README.md
  3. 0 1
      README_FULL.md

+ 0 - 52
.github/workflows/pico.yml

@@ -1,52 +0,0 @@
-name: pico
-
-on:
-  push:
-    paths:
-      - '.github/workflows/pico.yml'
-      - 'lua/**'
-      - 'luat/**'
-      - 'components/**'
-      - 'bsp/raspberrypi-pico/**'
-  workflow_dispatch:
-
-jobs:
-  build:
-    runs-on: ubuntu-20.04
-    steps:
-    - uses: actions/checkout@v1
-    - name: prepare software
-      run: |
-        cd ..
-        sudo apt update
-        sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib gettext -y
-    - name: clone pico-sdk
-      run: |
-        git clone https://github.com/raspberrypi/pico-sdk.git ~/work/action/pico-sdk
-        cd ~/work/action/pico-sdk
-        git submodule update --init
-    - name: make
-      run: |
-        cd bsp/raspberrypi-pico
-        mkdir build
-        cd build
-        cmake ..  -DPICO_SDK_PATH=~/work/action/pico-sdk
-        make
-        mkdir target
-        mv pico-luatos* target
-    - name: Upload artifact
-      uses: actions/upload-artifact@v1
-      with:
-        name: pico-luatos
-        path: bsp/raspberrypi-pico/build/target
-    - name: report if failure
-      if: always()
-      env:
-        STATUS: ${{ job.status }}
-        MQTTADDR: ${{ secrets.MQTTADDR }}
-        MQTTPORT: ${{ secrets.MQTTPORT }}
-        MQTTTOPIC: ${{ secrets.MQTTTOPIC }}
-      run: |
-        sudo pip3 install paho_mqtt gitpython
-        cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "pico https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 0 - 1
README.md

@@ -10,7 +10,6 @@
 [![air100st](https://github.com/openLuat/LuatOS/actions/workflows/air100st.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/air100st/master)
 [![air640w](https://github.com/openLuat/LuatOS/actions/workflows/air640w.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/air640w/master)
 [![win32](https://github.com/openLuat/LuatOS/actions/workflows/win32.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/win32/master)
-[![pico](https://github.com/openLuat/LuatOS/actions/workflows/pico.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/pico/master)
 
 LuatOS-SoC是一款实时操作系统,用户编写Lua代码就可完成各种功能, 仅需极少的内存和Flash空间
 

+ 0 - 1
README_FULL.md

@@ -10,7 +10,6 @@
 [![air100st](https://github.com/openLuat/LuatOS/actions/workflows/air100st.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/air100st/master)
 [![air640w](https://github.com/openLuat/LuatOS/actions/workflows/air640w.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/air640w/master)
 [![win32](https://github.com/openLuat/LuatOS/actions/workflows/win32.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/win32/master)
-[![pico](https://github.com/openLuat/LuatOS/actions/workflows/pico.yml/badge.svg)](https://nightly.link/openLuat/LuatOS/workflows/pico/master)
 
 LuatOS-SoC是一款实时操作系统,用户编写Lua代码就可完成各种功能, 仅需极少的内存和Flash空间