Commit Graph

11 Commits (f6279a64b5f8812fed05e8bfeaa9bffcf7b6933f)

Author SHA1 Message Date
David Allsopp f6279a64b5
Switch the compiler CI builds from Travis to GitHub actions (#10036)
* Switch compiler builds and tests to GitHub actions

* Expose ${cc} in ocamltest

* Allow lib-bigarray-2/bigarrfml.ml to run on 32-bit

* Simplify environment variables passed to scripts

* Reduce matrix to 3 builds

* Move minimum build into Jenkins other-configs
2020-11-24 14:16:31 +01:00
David Allsopp a314812984 Use .sh instead of .precheck 2018-06-13 09:37:49 +01:00
David Allsopp 9e811e10ff Use .precheck extension for ocamltest scripts
Causes them to pick up Unix line-endings in the repo without special
handling in .gitattributes
2018-06-10 15:42:48 +01:00
Sébastien Hinderer 1fe12abaf3 Migrate the lib-bigarray-2 test to ocamltest 2018-04-26 14:20:43 +02:00
Sébastien Hinderer 905658ee62 Remove copyright notices in test files.
It is preferred that no copyright notice appears in these files.

The list of files to modify has been obtained with the following command:

    ocaml/testsuite/tests$ find . -name '*.ml*' \
    | xargs grep -l -i copyright \
    > test-files-with-copyright-header
2016-05-03 07:37:48 -04:00
Damien Doligez 5401ce8473 Update headers for the new license.
Remains to be done: remove all headers in testsuite/tests.
2016-02-18 16:59:16 +01:00
Damien Doligez 222562d376 typo in FORTRAN test
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16209 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-07-15 14:51:42 +00:00
Damien Doligez 7303ac34ca fix some of the whitespace problems in the source
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14582 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2014-04-12 10:17:02 +00:00
Damien Doligez 443aca36ae whitespace, non-ascii chars, some missing headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-10-17 20:09:16 +00:00
Damien Doligez 997a678d5e clean up TABs and whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-07-30 18:04:46 +00:00
Xavier Clerc eb4d79aa50 Tests moved to 'lib-bigarray-2'
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9569 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2010-01-25 14:02:48 +00:00