mirror of https://github.com/CGAL/cgal
Update ccpp.yml
This commit is contained in:
parent
3f44f28673
commit
794d6cf1af
|
|
@ -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
|
||||||
Loading…
Reference in New Issue