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 .