From 3e07baa69f1e7de02670dd20dd7577d70c2f2653 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 4 Feb 2017 21:25:14 +0100 Subject: [travis] [External CI] compcert HoTT math-comp - Improve the setup to support external contribs. We use a more minimalistic Coq build, gaining a few extra minutes. - [math-comp] workaround `make -j` bug to enable parallel building. --- tools/ci/contrib-math-comp.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tools/ci/contrib-math-comp.sh (limited to 'tools/ci/contrib-math-comp.sh') diff --git a/tools/ci/contrib-math-comp.sh b/tools/ci/contrib-math-comp.sh new file mode 100755 index 000000000..39a92a2d8 --- /dev/null +++ b/tools/ci/contrib-math-comp.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# Proof of concept contrib build script. + +set -xe + +export PATH=`pwd`/bin:$PATH + +git clone --depth 3 https://github.com/math-comp/math-comp.git + +# odd_order takes too much time for travis. +( cd math-comp/mathcomp && \ + sed -i.bak '/PFsection/d' Make && \ + sed -i.bak '/stripped_odd_order_theorem/d' Make && \ + make Makefile.coq && make -f Makefile.coq -j ${NJOBS} all ) -- cgit v1.2.3