From 89e48ceec57e1921c6df042c3bcf3dfdd7b6d28d Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 20 Sep 2019 13:34:50 +0200 Subject: [PATCH] Update and rename .github/workflows/ccpp.yml to ccpp.yml --- ccpp.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ccpp.yml diff --git a/ccpp.yml b/ccpp.yml new file mode 100644 index 00000000000..75bbbee4918 --- /dev/null +++ b/ccpp.yml @@ -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 .