Skip to content

Commit 3450953

Browse files
committed
Update azure-pipelines.yml
1 parent 8b6b835 commit 3450953

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,15 @@ jobs:
139139
# displayName: "ls -lR $OCAMLBIN/.."
140140

141141
- bash: |
142-
export CC=x86_64-w64-mingw32-gcc
143142
echo "ocamlopt -version"
144143
ocamlopt -version
145144
echo "looking for x86_64-w64-mingw32-as"
146145
find ~/.esy -name "x86_64-w64-mingw32-as*"
147146
echo "print_int 42;; print_newline();;" >testOcaml.ml
148147
echo "build with esy"
149148
esy b ocamlopt.opt -verbose testOcaml.ml -o testOcaml
150-
# echo "build without esy"
151-
# ocamlopt.opt testOcaml.ml -o testOcaml
152149
./testOcaml
150+
echo "build without esy"
151+
ocamlopt.opt testOcaml.ml -o testOcaml
153152
node scripts/prebuilt.js
154153
displayName: "try node scripts/prebuilt.js"

0 commit comments

Comments
 (0)