summaryrefslogtreecommitdiff
path: root/ocamltest/ocaml_variables.mli
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2020-11-24 13:16:31 +0000
committerGitHub <noreply@github.com>2020-11-24 14:16:31 +0100
commitf6279a64b5f8812fed05e8bfeaa9bffcf7b6933f (patch)
tree9b95d120384622de751a112aaec2fca815d82bb7 /ocamltest/ocaml_variables.mli
parent2109946e0ff031af4392fcec3bc43c9fea3f90ae (diff)
downloadocaml-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.mli2
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