From 138a4da7f0133d7b4ea06cfbc938d23ddb88c97d Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 4 Feb 2017 23:55:24 +0100 Subject: [travis] [External CI] Script renaming. --- tools/ci/ci-math-comp.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tools/ci/ci-math-comp.sh (limited to 'tools/ci/ci-math-comp.sh') diff --git a/tools/ci/ci-math-comp.sh b/tools/ci/ci-math-comp.sh new file mode 100755 index 0000000000..39a92a2d89 --- /dev/null +++ b/tools/ci/ci-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