1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
Gabor Kiss-Vamosi de0d93c47e
Update ccpp.yml
2020-05-18 19:05:48 +02:00

18 lines
242 B
YAML

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