We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b835 commit 3450953Copy full SHA for 3450953
azure-pipelines.yml
@@ -139,16 +139,15 @@ jobs:
139
# displayName: "ls -lR $OCAMLBIN/.."
140
141
- bash: |
142
- export CC=x86_64-w64-mingw32-gcc
143
echo "ocamlopt -version"
144
ocamlopt -version
145
echo "looking for x86_64-w64-mingw32-as"
146
find ~/.esy -name "x86_64-w64-mingw32-as*"
147
echo "print_int 42;; print_newline();;" >testOcaml.ml
148
echo "build with esy"
149
esy b ocamlopt.opt -verbose testOcaml.ml -o testOcaml
150
- # echo "build without esy"
151
- # ocamlopt.opt testOcaml.ml -o testOcaml
152
./testOcaml
+ echo "build without esy"
+ ocamlopt.opt testOcaml.ml -o testOcaml
153
node scripts/prebuilt.js
154
displayName: "try node scripts/prebuilt.js"
0 commit comments