We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11369b7 commit bb168f6Copy full SHA for bb168f6
appveyor.yml
@@ -46,7 +46,7 @@ install:
46
build_script:
47
- 'cd %APPVEYOR_BUILD_FOLDER%'
48
- 'set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%'
49
- - '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win WODI=wodi%WODI_ARCH% OCAMLOPT=ocamlopt.opt"'
+ - '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win WODI=wodi%WODI_ARCH% OCAMLOPT=ocamlopt.opt ADD_REVISION=1"'
50
- '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win WODI=wodi%WODI_ARCH% OCAMLOPT=ocamlopt.opt tools"'
51
- cd %APPVEYOR_BUILD_FOLDER%/tests/
52
- mkdir "%HAXELIB_ROOT%"
0 commit comments