mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
indent fix
This commit is contained in:
parent
b2c9236721
commit
8c6e9eb4c1
28
.github/workflows/arduino-hid.yml
vendored
28
.github/workflows/arduino-hid.yml
vendored
@ -1,23 +1,23 @@
|
|||||||
name: Arduino HID CI
|
name: Arduino HID CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: python
|
image: python
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepare platformio
|
- name: Prepare platformio
|
||||||
run: pip install platformio
|
run: pip install platformio
|
||||||
|
|
||||||
- name: Build all
|
- name: Build all
|
||||||
run: make -C hid/arduino _build_all
|
run: make -C hid/arduino _build_all
|
||||||
|
|||||||
24
.github/workflows/pico-hid.yml
vendored
24
.github/workflows/pico-hid.yml
vendored
@ -1,20 +1,20 @@
|
|||||||
name: Pico HID CI
|
name: Pico HID CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Installing deps...
|
- name: Installing deps ...
|
||||||
run: sudo apt-get install cmake gcc-arm-none-eabi build-essential
|
run: sudo apt-get install cmake gcc-arm-none-eabi build-essential
|
||||||
|
|
||||||
- name: Running tests ...
|
- name: Running tests ...
|
||||||
run: make -C hid/pico all
|
run: make -C hid/pico all
|
||||||
|
|||||||
24
.github/workflows/tox.yml
vendored
24
.github/workflows/tox.yml
vendored
@ -1,20 +1,20 @@
|
|||||||
name: TOX CI
|
name: TOX CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Building testenv ...
|
- name: Building testenv ...
|
||||||
run: make testenv
|
run: make testenv
|
||||||
|
|
||||||
- name: Running tests ...
|
- name: Running tests ...
|
||||||
run: make tox CMD="tox -c testenv/tox.ini"
|
run: make tox CMD="tox -c testenv/tox.ini"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user