diff options
author | David Allsopp <david.allsopp@metastack.com> | 2020-11-24 13:16:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 14:16:31 +0100 |
commit | f6279a64b5f8812fed05e8bfeaa9bffcf7b6933f (patch) | |
tree | 9b95d120384622de751a112aaec2fca815d82bb7 /ocamltest/ocaml_variables.mli | |
parent | 2109946e0ff031af4392fcec3bc43c9fea3f90ae (diff) | |
download | ocaml-f6279a64b5f8812fed05e8bfeaa9bffcf7b6933f.tar.gz |
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
Diffstat (limited to 'ocamltest/ocaml_variables.mli')
-rw-r--r-- | ocamltest/ocaml_variables.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamltest/ocaml_variables.mli b/ocamltest/ocaml_variables.mli index 89686de1e8..5487ea2f7a 100644 --- a/ocamltest/ocaml_variables.mli +++ b/ocamltest/ocaml_variables.mli @@ -28,6 +28,8 @@ val bytecc_libs : Variables.t val c_preprocessor : Variables.t +val cc : Variables.t + val caml_ld_library_path : Variables.t val compare_programs : Variables.t |