Create ConfigCheck.yml

This commit is contained in:
Justin Hammond 2020-02-01 14:06:59 +08:00 committed by GitHub
parent 58dc4472c5
commit fe0980c5e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/ConfigCheck.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make xmltest
run: make xmltest
- name: make
run: make