We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c33e56 commit f1eeb3eCopy full SHA for f1eeb3e
.circleci/run-test
@@ -4,7 +4,7 @@
4
#
5
set -eu
6
7
-for switch in $(cat .circle-ci/opam-switches); do
+for switch in $(cat .circleci/opam-switches); do
8
echo "Testing with opam switch $switch"
9
git clean -dfx
10
opam switch "$switch"
.circleci/setup
@@ -8,7 +8,7 @@ sudo apt-get install m4 -y
opam repo add --all -k git github https://github.com/ocaml/opam-repository.git
11
12
echo "Installing dependencies with opam switch $switch"
13
14
eval $(opam env)
0 commit comments