aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2017-02-07 11:16:21 +0100
committerGitHub2017-02-07 11:16:21 +0100
commitfea963299463f827257b5eaf4035272be7faed79 (patch)
treee9bec8330606bff8b0ad438e8226b3c22ea88df2
parent8ec7ab833235c71ac701ad4a4fa09aca87008e4f (diff)
parent86f23d20af6444d2837dc3d74a0265f47e8a571c (diff)
Merge pull request #105 from ejgallego/travis
[travis] Enable build of 70% of Feith-Thompsom proof
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 966c910..2a18a54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,12 @@ script:
- echo 'Building Mathcomp...' && echo -en 'travis_fold:start:mathcomp.build\\r'
- export PATH=`pwd`/coq-${TEST_TARGET}/bin:$PATH
- cd mathcomp
-# Full build takes too much time.
-- sed -i.bak '/odd_order/d' Make
-- make -j ${NJOBS}
+# We lack a few minutes to be able to build the whole theorem.
+- sed -i.bak '/stripped_odd_order_theorem/d' Make
+- sed -i.bak '/PFsection7.v/d' Make
+- sed -i.bak '/PFsection8.v/d' Make
+- sed -i.bak '/PFsection9.v/d' Make
+- sed -i.bak '/PFsection1.\.v/d' Make
+- make Makefile.coq
+- make -f Makefile.coq -j ${NJOBS} all
- echo -en 'travis_fold:end:mathcomp.build\\r'