1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
Gabor Kiss-Vamosi 610bee373a test github ci
2020-04-19 14:04:04 +02:00

18 lines
259 B
YAML

name: C/C++ CI
on:
push:
branches: [ github-ci-test ]
pull_request:
branches: [ github-ci-test ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cd tests; python ./build.py