@@ -93,7 +93,7 @@ commands:
93
93
opam switch create . 4.06.1 --deps-only | cat
94
94
fi
95
95
opam env >> $BASH_ENV
96
-
96
+
97
97
jobs :
98
98
build_linux :
99
99
executor : linux-opam
@@ -103,7 +103,7 @@ jobs:
103
103
- attach_workspace :
104
104
at : ~/repo/artifacts
105
105
- run :
106
- # installs LTS v12 `node`, `npm`, `zip` and `m4`
106
+ # installs LTS v12 `node`, `npm`, `zip` and `m4`
107
107
name : Install debian deps
108
108
command : |
109
109
sudo apt-get update
@@ -121,7 +121,7 @@ jobs:
121
121
- run :
122
122
name : Install opam dev dependencies
123
123
command : |
124
- opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
124
+ opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
125
125
- save-opam-cache
126
126
- run :
127
127
name : Build
@@ -130,7 +130,7 @@ jobs:
130
130
dune build
131
131
- run :
132
132
name : Test
133
- command : ./_build/install/default/bin/rescript-editor-support.exe --help
133
+ command : ./_build/install/default/bin/rescript-editor-support.exe --help
134
134
- run :
135
135
name : Create tar file for executable
136
136
command : |
@@ -169,15 +169,15 @@ jobs:
169
169
- run :
170
170
name : Install opam dev dependencies
171
171
command : |
172
- opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
172
+ opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
173
173
- save-opam-cache
174
174
- run :
175
175
name : Build
176
176
command : |
177
177
dune build
178
178
- run :
179
179
name : Test
180
- command : ./_build/install/default/bin/rescript-editor-support.exe --help
180
+ command : ./_build/install/default/bin/rescript-editor-support.exe --help
181
181
- run :
182
182
name : Create tar file for executable
183
183
command : |
@@ -229,7 +229,7 @@ jobs:
229
229
command : |
230
230
cd /cygdrive/c/Users/circleci/project
231
231
eval $(opam env)
232
- opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
232
+ opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
233
233
- save_cache :
234
234
key : v3-opam-cache-{{ arch }}
235
235
paths :
0 commit comments