小忍者项目相关文件上传
This commit is contained in:
18
MXC-A36/xrz/lvgl/.github/workflows/ccpp.yml
vendored
Normal file
18
MXC-A36/xrz/lvgl/.github/workflows/ccpp.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, dev ]
|
||||
pull_request:
|
||||
branches: [master, dev ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: Run tests
|
||||
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
|
Reference in New Issue
Block a user