mirror of https://github.com/CGAL/cgal
Adapt the script for the new demo in 4.7
This commit is contained in:
parent
9de491bc81
commit
609fe9e9a3
|
|
@ -61,7 +61,12 @@ rm -rf Circular_kernel_3_Demo
|
|||
# CGAL-4.6
|
||||
pushd Polyline_simplification_2_Demo; zip ../polyline_simplification_2.zip *; popd
|
||||
|
||||
# CGAL-4.7
|
||||
|
||||
pushd Segment_Delaunay_graph_Linf_2_Demo; zip ../segment_voronoi_diagram_2.zip *; popd
|
||||
|
||||
# check
|
||||
echo CHECK now
|
||||
echo CHECK now. The following lines should be empty.
|
||||
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
||||
for f in */**/*(.); do grep -qF ${f:t} done || ls $f; done
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in New Issue