Update and rename .github/workflows/ccpp.yml to ccpp.yml

This commit is contained in:
Laurent Rineau 2019-09-20 13:34:50 +02:00 committed by GitHub
parent 3f44f28673
commit 89e48ceec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
ccpp.yml Normal file
View File

@ -0,0 +1,12 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: configure all
run: cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON .