github/workflows: Add workflows for all CI tasks, builds and tests.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2020-11-29 18:05:45 +11:00
parent 547e8a9fe7
commit a598ae5b4d
14 changed files with 496 additions and 0 deletions

23
.github/workflows/ports_windows.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: windows port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'lib/**'
- 'ports/unix/**'
- 'ports/windows/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: source tools/ci.sh && ci_windows_setup
- name: Build
run: source tools/ci.sh && ci_windows_build