Commit graph

90 commits

Author SHA1 Message Date
Soonho Kong
c9affe489f Update travis.yml, disable parallel build on travis-ci 2013-09-15 03:40:28 -07:00
Soonho Kong
7834fe045f Update .travis.yml to build ninja from scratch 2013-09-15 03:20:34 -07:00
Soonho Kong
993f720ce1 Update .travis.yml to use ninja instead of GNU make
There is a bug in cmake. With GNU Make, it ignores the memcheck suppressions
file (src/memcheck.supp), while it works well with ninja.
2013-09-15 02:19:29 -07:00
Soonho Kong
09945add63 Fix typo in .travis.yml 2013-09-15 01:50:23 -07:00
Soonho Kong
15861ef6ea Update binary uploading process
- fix commit name for OSX & Windows
- fix NOW to use specific time zone, PST
- upload compressed binary for archiving
2013-09-15 01:17:05 -07:00
Soonho Kong
d51af953ca Update doxygen process, only update changed files 2013-09-15 01:17:05 -07:00
Soonho Kong
0c450b5c23 Add StyleCheck.cmake 2013-09-13 19:21:02 -07:00
Soonho Kong
c500da08de Update .travis.yml
- clean up builds
 - remove flex/bison
 - have separate memcheck build, doxygen build, and testcov build
2013-09-13 14:55:10 -07:00
Soonho Kong
e4ab64299c Update .travis.yml
trigger only if the repo is blessed one
[skip ci]
2013-09-13 10:09:20 -07:00
Soonho Kong
e992ded245 Update .travis.yml
move triggers from 1st conf. to 4th conf to balance loads
[skip ci]
2013-09-12 20:21:22 -07:00
Soonho Kong
9b0f12931c Update .travis files
- move triggers (BB/Win/OSX) to before_script section
 - update DROPBOX_KEY for windows
 - copy archive binaries to dropbox
 - do not use custom lcov. just use ctest -ExperimentalCoverage
2013-09-10 17:05:14 -07:00
Soonho Kong
ecc43e51ed Add "-VV" option to MemCheck to avoid travis time-outs 2013-09-10 16:10:58 -07:00
Soonho Kong
48b5625f41 Update .travis files to continue memcheck if it generates exceptions 2013-09-10 13:09:10 -07:00
Soonho Kong
d9bca66585 Update .travis files to have consistent site/build names 2013-09-05 20:20:37 -07:00
Soonho Kong
aa20105fc3 Put LEANREPO variable in .travis.yml to check the blessed repository inside of travis-ci.
It prevents other users from running heavy tasks on travis and submitting results to cdash server.
2013-09-04 16:02:15 -07:00
Soonho Kong
7d6f87cb8a Put MemCheck and Submit to "after_script" section to ignore possible failures 2013-09-04 15:35:07 -07:00
Soonho Kong
354daf2f16 Add MEMCHECK to linux-clang-3.3 build 2013-09-04 08:09:52 -04:00
Soonho Kong
6edf7f5b94 Supress gcc warnings on OS X 2013-09-04 04:46:38 -07:00
Soonho Kong
9522048390 Use my.cdash.org to store results of unittests, coverage, and valgrind 2013-09-04 02:49:14 -07:00
Soonho Kong
bbbd584b45 Use my.cdash.org to store results of unittests, coverage, and valgrind 2013-09-04 00:51:20 -07:00
Soonho Kong
2549c9a916 Update .travis.yml
comment-out "apt-get install graphviz", it takes too much time because it depends on LaTeX. Maybe it's better to move this operation on OS X side where homebrew can build graphviz without LaTeX.

[skip ci]
2013-08-22 17:11:52 -07:00
Soonho Kong
daf7cd093d Add .travis.windows.yml 2013-08-22 16:48:05 -07:00
Soonho Kong
73a79b4e9e Update .travis.yml
- move "Trigger Bitbucket" and "Trigger OSX build" to the
 after_script section so that their failures do not generate build
 failures (which will occur at lean-leo build)
 - move "install doxygen & graphviz" to the after_script to avoid a
 build failure due to the timeout of those package installations.
 - trigger both of OSX & Windows build+tests.
2013-08-22 12:27:04 -07:00
Soonho Kong
4a4f7eb9e2 Update .travis.yml and .travis.osx.yml
On Linux:
 - push to the repo on bitbucket, to trigger email-diff
 - push to the lean-osx repo on github, to trigger osx build & test
 - run test coverage and upload to dropbox
 - run doxygen and upload to dropbox
 - upload compiled binaries to dropbox
 - secure passwords by putting "-q" option to git operations

On OSX:
 - build & test
 - upload compiled binaries to dropbox
 - roll back to HPC g++-4.9.0 + gmp & mpfr (homebrew)
 - patch the problem in <cstddef>, saved in dropbox
2013-08-20 02:01:46 -07:00
Soonho Kong
5a38480cf7 Remove "continue_on_violation(true);" from tests 2013-08-14 13:24:18 -07:00
Soonho Kong
012b6ec60b Remove OSX Trigger from .travis.yml. It will be done by other way around. 2013-08-13 00:50:22 -07:00
Soonho Kong
e2a29ee809 Fix OSX trigger in .travis.yml 2013-08-13 00:42:03 -07:00
Soonho Kong
74457c10cf Add .travis.osx.yml and update .travis.yml to trigger OSX build 2013-08-13 00:35:14 -07:00
Soonho Kong
4d933c5e15 Attempt to fix travis.yml 2013-08-08 14:02:09 -07:00
Soonho Kong
dd71a3c770 Update travis.yml to retry package installations when they fail 2013-08-08 13:56:55 -07:00
Soonho Kong
a6f825caa5 Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
Soonho Kong
faf3f20480 Disable doxygen generation on travis-ci since it causes time-out. 2013-08-02 10:11:33 -07:00
Soonho Kong
5aeacfee60 Add bison++ & flex to .travis.yml 2013-08-02 10:08:47 -07:00
Soonho Kong
3cef072cca Update .travis.yml to fix email a notification setting.
- It seems that googlegroups doesn't accept emails from travis-ci
 directly. I set up an email-forwarding on my account to pass emails
 from travis to the mailing list.
2013-08-01 20:07:20 -07:00
Soonho Kong
3c1a65235c Update .travis.yml to send build logs only to leansmt-dev list. 2013-08-01 16:08:58 -07:00
Soonho Kong
ee133e9e1e Update .travis.yml to send an email to the mailing list (leansmt-dev@googlegroups.com) 2013-08-01 13:48:15 -07:00
Soonho Kong
17834d531c Add update_doxygen.sh script and use it in .travis.yml 2013-07-24 06:33:01 -07:00
Soonho Kong
913b107449 Update .travis.yml to generate doxygen 2013-07-24 06:08:47 -07:00
Soonho Kong
03740ca77a Update .travis.yml to extend build matrix with/without tcmalloc 2013-07-23 10:43:41 -07:00
Soonho Kong
bffe36a37f Add .travis.yml 2013-07-22 06:40:25 -07:00