1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

19 lines
335 B
YAML
Raw Normal View History

2020-04-19 14:04:04 +02:00
name: C/C++ CI
on:
push:
2020-06-08 13:56:45 +02:00
branches: [ master, dev ]
2020-04-19 14:04:04 +02:00
pull_request:
2020-06-08 13:56:45 +02:00
branches: [master, dev ]
2020-04-19 14:04:04 +02:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-02-15 14:47:24 -05:00
- uses: ammaraskar/gcc-problem-matcher@master
2020-04-19 14:04:04 +02:00
- name: Run tests
2020-08-31 14:04:23 +02:00
run: sudo apt-get install libpng-dev; cd tests; python ./build.py