mirror of https://github.com/CGAL/cgal
Try with clang instead of gcc
This commit is contained in:
parent
61b5d167ba
commit
a8d3f13def
|
|
@ -14,4 +14,4 @@ jobs:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install -y libboost-dev libboost-program-options-dev libmpfr-dev libeigen3-dev
|
run: sudo apt-get install -y libboost-dev libboost-program-options-dev libmpfr-dev libeigen3-dev
|
||||||
- name: configure all
|
- name: configure all
|
||||||
run: mkdir build && cd build && cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON ..
|
run: mkdir build && cd build && CXX=clang++ cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue