sync travis config files

This commit is contained in:
Sébastien Loriot 2017-08-09 09:32:10 +02:00
parent 984feb6382
commit 42750df0af
2 changed files with 199 additions and 199 deletions

View File

@ -1,93 +1,93 @@
language: cpp language: cpp
dist: trusty dist: trusty
sudo: required sudo: required
env: env:
matrix: matrix:
- PACKAGE='CHECK' - PACKAGE='CHECK'
- PACKAGE='AABB_tree Advancing_front_surface_reconstruction Algebraic_foundations ' - PACKAGE='AABB_tree Advancing_front_surface_reconstruction Algebraic_foundations '
- PACKAGE='Algebraic_kernel_d Algebraic_kernel_for_circles Algebraic_kernel_for_spheres ' - PACKAGE='Algebraic_kernel_d Algebraic_kernel_for_circles Algebraic_kernel_for_spheres '
- PACKAGE='Alpha_shapes_2 Alpha_shapes_3 Apollonius_graph_2 ' - PACKAGE='Alpha_shapes_2 Alpha_shapes_3 Apollonius_graph_2 '
- PACKAGE='Arithmetic_kernel Arrangement_on_surface_2 Barycentric_coordinates_2 ' - PACKAGE='Arithmetic_kernel Arrangement_on_surface_2 Barycentric_coordinates_2 '
- PACKAGE='BGL Boolean_set_operations_2 Bounding_volumes ' - PACKAGE='BGL Boolean_set_operations_2 Bounding_volumes '
- PACKAGE='Box_intersection_d CGAL_ImageIO CGAL_ipelets ' - PACKAGE='Box_intersection_d CGAL_ImageIO CGAL_ipelets '
- PACKAGE='Circular_kernel_2 Circular_kernel_3 Circulator ' - PACKAGE='Circular_kernel_2 Circular_kernel_3 Circulator '
- PACKAGE='Combinatorial_map Cone_spanners_2 Convex_decomposition_3 ' - PACKAGE='Combinatorial_map Cone_spanners_2 Convex_decomposition_3 '
- PACKAGE='Convex_hull_2 Convex_hull_3 Convex_hull_d ' - PACKAGE='Convex_hull_2 Convex_hull_3 Convex_hull_d '
- PACKAGE='Distance_2 Distance_3 Envelope_2 ' - PACKAGE='Distance_2 Distance_3 Envelope_2 '
- PACKAGE='Envelope_3 Filtered_kernel Generalized_map ' - PACKAGE='Envelope_3 Filtered_kernel Generalized_map '
- PACKAGE='Generator Geomview GraphicsView ' - PACKAGE='Generator Geomview GraphicsView '
- PACKAGE='HalfedgeDS Hash_map Inscribed_areas ' - PACKAGE='HalfedgeDS Hash_map Inscribed_areas '
- PACKAGE='Installation Interpolation Intersections_2 ' - PACKAGE='Installation Interpolation Intersections_2 '
- PACKAGE='Intersections_3 Interval_skip_list Interval_support ' - PACKAGE='Intersections_3 Interval_skip_list Interval_support '
- PACKAGE='Inventor Jet_fitting_3 Kernel_23 ' - PACKAGE='Inventor Jet_fitting_3 Kernel_23 '
- PACKAGE='Kernel_d Kinetic_data_structures Kinetic_framework ' - PACKAGE='Kernel_d Kinetic_data_structures Kinetic_framework '
- PACKAGE='Linear_cell_complex Matrix_search Mesh_2 ' - PACKAGE='Linear_cell_complex Matrix_search Mesh_2 '
- PACKAGE='Mesh_3 Minkowski_sum_2 Minkowski_sum_3 ' - PACKAGE='Mesh_3 Minkowski_sum_2 Minkowski_sum_3 '
- PACKAGE='Modifier Modular_arithmetic Nef_2 ' - PACKAGE='Modifier Modular_arithmetic Nef_2 '
- PACKAGE='Nef_3 Nef_S2 NewKernel_d ' - PACKAGE='Nef_3 Nef_S2 NewKernel_d '
- PACKAGE='Number_types Optimal_transportation_reconstruction_2 Partition_2 ' - PACKAGE='Number_types Optimal_transportation_reconstruction_2 Partition_2 '
- PACKAGE='Periodic_2_triangulation_2 Periodic_3_triangulation_3 Point_set_2 ' - PACKAGE='Periodic_2_triangulation_2 Periodic_3_triangulation_3 Point_set_2 '
- PACKAGE='Point_set_3 Point_set_processing_3 Point_set_shape_detection_3 ' - PACKAGE='Point_set_3 Point_set_processing_3 Point_set_shape_detection_3 '
- PACKAGE='Poisson_surface_reconstruction_3 Polygon Polygon_mesh_processing ' - PACKAGE='Poisson_surface_reconstruction_3 Polygon Polygon_mesh_processing '
- PACKAGE='Polyhedron Polyhedron_IO Polyline_simplification_2 ' - PACKAGE='Polyhedron Polyhedron_IO Polyline_simplification_2 '
- PACKAGE='Polynomial Polytope_distance_d Principal_component_analysis ' - PACKAGE='Polynomial Polytope_distance_d Principal_component_analysis '
- PACKAGE='Profiling_tools QP_solver Random_numbers ' - PACKAGE='Profiling_tools QP_solver Random_numbers '
- PACKAGE='Ridges_3 Scale_space_reconstruction_3 Segment_Delaunay_graph_2 ' - PACKAGE='Ridges_3 Scale_space_reconstruction_3 Segment_Delaunay_graph_2 '
- PACKAGE='Segment_Delaunay_graph_Linf_2 Skin_surface_3 Snap_rounding_2 ' - PACKAGE='Segment_Delaunay_graph_Linf_2 Skin_surface_3 Snap_rounding_2 '
- PACKAGE='Solver_interface Spatial_searching Spatial_sorting ' - PACKAGE='Solver_interface Spatial_searching Spatial_sorting '
- PACKAGE='STL_Extension Straight_skeleton_2 Stream_lines_2 ' - PACKAGE='STL_Extension Straight_skeleton_2 Stream_lines_2 '
- PACKAGE='Stream_support Subdivision_method_3 Surface_mesh ' - PACKAGE='Stream_support Subdivision_method_3 Surface_mesh '
- PACKAGE='Surface_mesh_deformation Surface_mesher Surface_mesh_parameterization ' - PACKAGE='Surface_mesh_deformation Surface_mesher Surface_mesh_parameterization '
- PACKAGE='Surface_mesh_segmentation Surface_mesh_shortest_path Surface_mesh_simplification ' - PACKAGE='Surface_mesh_segmentation Surface_mesh_shortest_path Surface_mesh_simplification '
- PACKAGE='Surface_mesh_skeletonization Surface_sweep_2 TDS_2 ' - PACKAGE='Surface_mesh_skeletonization Surface_sweep_2 TDS_2 '
- PACKAGE='TDS_3 Three Triangulation ' - PACKAGE='TDS_3 Three Triangulation '
- PACKAGE='Triangulation_2 Triangulation_3 Union_find ' - PACKAGE='Triangulation_2 Triangulation_3 Union_find '
- PACKAGE='Visibility_2 Voronoi_diagram_2 ' - PACKAGE='Visibility_2 Voronoi_diagram_2 '
- PACKAGE='Polyhedron_demo' - PACKAGE='Polyhedron_demo'
install: compiler:
before_script: - clang-3.6
- mkdir -p build - gcc
- cd build install:
- cmake -DCGAL_HEADER_ONLY=ON -DWITH_demos:BOOL=TRUE -DWITH_examples:BOOL=true -DWITH_tests:BOOL=TRUE -DCMAKE_CXX_FLAGS_RELEASE=-DCGAL_NDEBUG .. - if [[ "$CXX" = "clang++" ]]; then export CXX=clang++-3.6 CC=clang-3.6; fi
- make before_script:
- cd .. - mkdir -p build
script: - cd build
- cmake -DCGAL_HEADER_ONLY=ON -DQt5_DIR="/opt/qt55/lib/cmake/Qt5" -DQt5Svg_DIR="/opt/qt55/lib/cmake/Qt5Svg" -DQt5OpenGL_DIR="/opt/qt55/lib/cmake/Qt5OpenGL" -DWITH_demos:BOOL=TRUE -DWITH_examples:BOOL=true -DWITH_tests:BOOL=TRUE -DCMAKE_CXX_FLAGS_RELEASE=-DCGAL_NDEBUG ..
- make
- cd ..
script:
- cd ./.travis - cd ./.travis
- bash -x -e ./build_package.sh $PACKAGE - bash -x -e ./build_package.sh $PACKAGE
compiler: addons:
- clang
- gcc
addons:
apt: apt:
sources: sources:
- sourceline: 'ppa:ppsspp/cmake' - sourceline: 'ppa:ppsspp/cmake'
- sourceline: 'ppa:hedges/qt5.5'
packages: packages:
- clang-3.6 - clang-3.6
- zsh - zsh
- cmake - cmake
- libboost1.55-dev - libboost1.55-dev
- libboost-system1.55-dev - libboost-system1.55-dev
- libboost-program-options1.55-dev - libboost-program-options1.55-dev
- libboost-thread1.55-dev - libboost-thread1.55-dev
- libgmp-dev - libgmp-dev
- libmpfr-dev - libmpfr-dev
- zlib1g-dev - zlib1g-dev
- libeigen3-dev # too old - libeigen3-dev # too old
- qtbase5-dev - qt55base
- qtscript5-dev - qt55script
- libqt5svg5-dev - qt55svg
- qttools5-dev - qt55tools
- qttools5-dev-tools - qt55graphicaleffects
- libqt5opengl5-dev
- libqt5gui5 - mesa-common-dev
- libqt5widgets5 - libglu1-mesa-dev
- libqt5xml5 # Not allowed (yet)
- qt5-qmake # - geomview
# Not allowed (yet) # - libglew1.5-dev
# - geomview # - libipe-dev
# - libglew1.5-dev # - libmpfi-dev
# - libipe-dev
# - libmpfi-dev
notifications: notifications:
email: email:
on_success: change # default: always on_success: change # default: always

View File

@ -1,116 +1,116 @@
AABB_tree AABB_tree
Advancing_front_surface_reconstruction Advancing_front_surface_reconstruction
Algebraic_foundations Algebraic_foundations
Algebraic_kernel_d Algebraic_kernel_d
Algebraic_kernel_for_circles Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres Algebraic_kernel_for_spheres
Alpha_shapes_2 Alpha_shapes_2
Alpha_shapes_3 Alpha_shapes_3
Apollonius_graph_2 Apollonius_graph_2
Arithmetic_kernel Arithmetic_kernel
Arrangement_on_surface_2 Arrangement_on_surface_2
Barycentric_coordinates_2 Barycentric_coordinates_2
BGL BGL
Boolean_set_operations_2 Boolean_set_operations_2
Bounding_volumes Bounding_volumes
Box_intersection_d Box_intersection_d
CGAL_ImageIO CGAL_ImageIO
CGAL_ipelets CGAL_ipelets
Circular_kernel_2 Circular_kernel_2
Circular_kernel_3 Circular_kernel_3
Circulator Circulator
Combinatorial_map Combinatorial_map
Cone_spanners_2 Cone_spanners_2
Convex_decomposition_3 Convex_decomposition_3
Convex_hull_2 Convex_hull_2
Convex_hull_3 Convex_hull_3
Convex_hull_d Convex_hull_d
Distance_2 Distance_2
Distance_3 Distance_3
Envelope_2 Envelope_2
Envelope_3 Envelope_3
Filtered_kernel Filtered_kernel
Generalized_map Generalized_map
Generator Generator
Geomview Geomview
GraphicsView GraphicsView
HalfedgeDS HalfedgeDS
Hash_map Hash_map
Inscribed_areas Inscribed_areas
Installation Installation
Interpolation Interpolation
Intersections_2 Intersections_2
Intersections_3 Intersections_3
Interval_skip_list Interval_skip_list
Interval_support Interval_support
Inventor Inventor
Jet_fitting_3 Jet_fitting_3
Kernel_23 Kernel_23
Kernel_d Kernel_d
Kinetic_data_structures Kinetic_data_structures
Kinetic_framework Kinetic_framework
Linear_cell_complex Linear_cell_complex
Matrix_search Matrix_search
Mesh_2 Mesh_2
Mesh_3 Mesh_3
Minkowski_sum_2 Minkowski_sum_2
Minkowski_sum_3 Minkowski_sum_3
Modifier Modifier
Modular_arithmetic Modular_arithmetic
Nef_2 Nef_2
Nef_3 Nef_3
Nef_S2 Nef_S2
NewKernel_d NewKernel_d
Number_types Number_types
Optimal_transportation_reconstruction_2 Optimal_transportation_reconstruction_2
Partition_2 Partition_2
Periodic_2_triangulation_2 Periodic_2_triangulation_2
Periodic_3_triangulation_3 Periodic_3_triangulation_3
Point_set_2 Point_set_2
Point_set_3 Point_set_3
Point_set_processing_3 Point_set_processing_3
Point_set_shape_detection_3 Point_set_shape_detection_3
Poisson_surface_reconstruction_3 Poisson_surface_reconstruction_3
Polygon Polygon
Polygon_mesh_processing Polygon_mesh_processing
Polyhedron Polyhedron
Polyhedron_IO Polyhedron_IO
Polyline_simplification_2 Polyline_simplification_2
Polynomial Polynomial
Polytope_distance_d Polytope_distance_d
Principal_component_analysis Principal_component_analysis
Profiling_tools Profiling_tools
QP_solver QP_solver
Random_numbers Random_numbers
Ridges_3 Ridges_3
Scale_space_reconstruction_3 Scale_space_reconstruction_3
Segment_Delaunay_graph_2 Segment_Delaunay_graph_2
Segment_Delaunay_graph_Linf_2 Segment_Delaunay_graph_Linf_2
Skin_surface_3 Skin_surface_3
Snap_rounding_2 Snap_rounding_2
Solver_interface Solver_interface
Spatial_searching Spatial_searching
Spatial_sorting Spatial_sorting
STL_Extension STL_Extension
Straight_skeleton_2 Straight_skeleton_2
Stream_lines_2 Stream_lines_2
Stream_support Stream_support
Subdivision_method_3 Subdivision_method_3
Surface_mesh Surface_mesh
Surface_mesh_deformation Surface_mesh_deformation
Surface_mesher Surface_mesher
Surface_mesh_parameterization Surface_mesh_parameterization
Surface_mesh_segmentation Surface_mesh_segmentation
Surface_mesh_shortest_path Surface_mesh_shortest_path
Surface_mesh_simplification Surface_mesh_simplification
Surface_mesh_skeletonization Surface_mesh_skeletonization
Surface_sweep_2 Surface_sweep_2
TDS_2 TDS_2
TDS_3 TDS_3
Three Three
Triangulation Triangulation
Triangulation_2 Triangulation_2
Triangulation_3 Triangulation_3
Union_find Union_find
Visibility_2 Visibility_2
Voronoi_diagram_2 Voronoi_diagram_2