-
Notifications
You must be signed in to change notification settings - Fork 4
36 lines (30 loc) · 1.05 KB
/
testaction.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
on:
workflow_dispatch:
# Allow this workflow to write back to the repository
permissions:
contents: write
jobs:
build-release:
runs-on: self-hosted
name: test action
steps:
#- name: Install dependencies
# run: |
# sudo apt update && \
# sudo apt install -y git python3 && \
# sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libusb-1.0-0-dev
- name: Check out this repository with submodules
uses: actions/checkout@v4
with:
submodules: recursive
- name: misc tests
run: |
arm-none-eabi-gcc --version
id
pwd
export PICO_SDK_PATH="$HOME/pico-sdk"
echo "$PICO_SDK_PATH"
ls -l
echo "$PICO_SDK_PATH"
chmod +x build*.sh
./buildAll.sh