summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Let Octave 3.8 fail in TravisWilliam S Fulton2014-12-281-1/+3
| | | | Too many internal compiler errors in gcc are failing the builds
* Add D to Travis CI.David Nadlinger2014-11-061-0/+5
|
* .travis.yml: also test against Octave version 3.8Karl Wette2014-10-221-2/+5
|
* Revert "Suppress Octave failing the build"Karl Wette2014-10-221-3/+1
| | | | | | | | - This reverts commit fea2fc137e2a1db8601e6af922838a71cc47596e. - Failures were probably due to gcc running out of memory - Disabling optimization of Octave tests should both increase compile times and reduce memory usage, and reducing number of make jobs to 3 should also allow for more memory per job
* .travis.yml: reduce Octave make jobs to 3Karl Wette2014-10-221-1/+1
| | | | | - Allow for more memory per job to prevent gcc failures - Disabling optimization should give enough speedup to compensate
* Fix Travis PY3 testing for -builtinWilliam S Fulton2014-10-101-1/+1
|
* Add Python -builtin Travis testingWilliam S Fulton2014-10-101-0/+4
|
* Suppress Octave failing the buildWilliam S Fulton2014-09-161-1/+3
| | | | li_std_vector testcase causing g++ internal compiler error
* TypoJulien Schueller2014-06-081-1/+1
|
* Clone pep8 in source dir.Julien Schueller2014-06-081-1/+1
|
* Ubuntu's pep8 is too old, use 1.5.7Julien Schueller2014-06-071-1/+1
|
* Enable pep8 checkJulien Schueller2014-06-071-0/+1
|
* Add check-maintainer-clean target: fails if files are missed by maintainer-cleanKarl Wette2014-05-291-1/+1
|
* Record files left over after maintainer-clean in Travis buildKarl Wette2014-05-241-1/+1
|
* Travis testing - examples use stricter CFLAGS and CXXFLAGSWilliam S Fulton2014-05-241-1/+30
|
* Travis testing: check configure still runs after make maintainer-cleanWilliam S Fulton2014-05-161-1/+1
|
* Travis builds - add compiler version displayWilliam S Fulton2014-05-161-1/+3
|
* Modify Travis builds to build out of sourceWilliam S Fulton2014-05-161-1/+1
| | | | Closes #167
* Another Travis folding correctionWilliam S Fulton2014-05-161-1/+1
|
* Travis folding correctionWilliam S Fulton2014-05-161-1/+1
|
* Travis testing - add folding to less interesting commandsWilliam S Fulton2014-05-161-0/+6
| | | | See https://github.com/travis-ci/travis-ci/issues/2285 for fold syntax info.
* Add "make maintainer-clean" to Travis CI buildKarl Wette2014-05-111-0/+1
|
* Restore full Travis testing since javascript branch mergeWilliam S Fulton2014-05-011-5/+38
|
* Revert "Remove unnecessary Javascript installs on Travis"William S Fulton2014-05-011-1/+1
| | | | This reverts commit f153193eaa794041a74df200def95b4ce89df8e4.
* Remove unnecessary Javascript installs on TravisWilliam S Fulton2014-05-011-1/+1
|
* Travis file code consistencyWilliam S Fulton2014-04-011-3/+3
|
* Turn on Travis testing on javascript branchWilliam S Fulton2014-04-011-26/+2
|
* Optimized travis before_install for Javascript.Oliver Buchtala2014-03-311-1/+3
|
* Revert "Development version for travis configuration."Oliver Buchtala2014-03-301-27/+26
| | | | This reverts commit f9268f223c0af545a2307ab74caf6ad3af5b9791.
* Fix travis configuration.Oliver Buchtala2014-03-061-1/+1
|
* Development version for travis configuration.Oliver Buchtala2014-03-061-27/+28
|
* Activate travis matrix for different Javascript interpreters.Oliver Buchtala2014-03-051-1/+5
|
* Merge branch 'master' into tmpOliver Buchtala2014-03-051-13/+63
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i Examples/test-suite/nspace.i Examples/test-suite/nspace_extend.i Source/Modules/lang.cxx configure.ac
| * Python 3.3 should now work on TravisWilliam S Fulton2014-02-161-2/+1
| |
| * Fix typo in .travis.ymlWilliam S Fulton2014-02-161-1/+1
| |
| * Travis testing of Python 3.3 addedWilliam S Fulton2014-02-161-2/+6
| |
| * Travis display pcre versionWilliam S Fulton2014-02-041-1/+1
| |
| * Travis build fixes for checking 'make install'William S Fulton2014-01-191-1/+2
| |
| * Add 'make install' to Travis testingWilliam S Fulton2014-01-191-0/+1
| |
| * Errors test-suite overhaulWilliam S Fulton2014-01-191-1/+2
| | | | | | | | | | | | Use makefiles instead of a make.sh script Expected results are in individual .stderr files instead of the expected.log file Add errors test-suite to Travis testing and 'make check'
| * Perl directors changes entry added and minor tidy upWilliam S Fulton2013-12-231-1/+0
| |
| * Merge remote branch 'upstream/master' into perl5-directors-minimalRobert Stone2013-11-211-0/+1
| |\
| | * Show date in Travis buildsWilliam S Fulton2013-11-211-0/+1
| | |
| * | try adding travis ci to this branchRobert Stone2013-11-151-0/+1
| |/
* | Fix travis configuration.Oliver Buchtala2014-02-261-6/+5
| |
* | Travis configuration for Javascript branch.Oliver Buchtala2013-09-271-55/+15
|/
* Travis builds - add in apt-get updateWilliam S Fulton2013-08-061-0/+1
| | | php tests were failing. Travis suggest running this before any install - http://about.travis-ci.org/docs/user/build-configuration/#Installing-Packages-Using-apt
* Add Python 3 Travis testsWilliam S Fulton2013-05-261-0/+3
|
* Add guile test for guile 2William S Fulton2013-04-281-0/+3
|
* Travis build for top 10 target languages plus gcc and clang SWIG builds.William S Fulton2013-04-091-18/+38
| | | | Travis builds patch developed in wsfulton/travis branch