WatchyWatchFace/.forgejo/workflows/compile.yml

15 lines
305 B
YAML
Raw Normal View History

2023-05-30 18:46:26 +03:00
name: Compile
run-name: ${{ github.actor }} is compiling
2023-05-30 19:09:57 +03:00
on: [push]
2023-05-30 18:46:26 +03:00
jobs:
Compile:
runs-on: ubuntu-latest
2023-05-30 18:46:26 +03:00
steps:
- name: Checkout code
uses: actions/checkout@v3
2023-05-31 22:50:47 +03:00
- name: Compile
2023-05-31 22:50:47 +03:00
run: |
cd ${{ github.workspace }}
2023-05-31 22:51:38 +03:00
/root/.platformio/penv/bin/pio run