mockband/.gitea/workflows/build.yaml

18 lines
417 B
YAML
Raw Normal View History

2024-01-04 19:28:50 -07:00
name: Mockband
on: [push]
jobs:
build:
runs-on:
- arduino
2024-01-04 21:23:21 -07:00
env:
PACKAGE_API_TOKEN: ${PACKAGE_API_TOKEN}
2024-01-04 19:28:50 -07:00
steps:
2024-01-04 21:23:21 -07:00
- name: check out repository
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: build
run: .gitea/build.sh
- name: publish
env:
PACKAGE_API_TOKEN: ${{ secrets.PACKAGE_API_TOKEN }}
run: .gitea/publish.sh out/*