Skip to content

Commit bb168f6

Browse files
committed
[AppVeyor] make ADD_REVISION=1
1 parent 11369b7 commit bb168f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
build_script:
4747
- 'cd %APPVEYOR_BUILD_FOLDER%'
4848
- '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"'
49+
- '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win WODI=wodi%WODI_ARCH% OCAMLOPT=ocamlopt.opt ADD_REVISION=1"'
5050
- '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win WODI=wodi%WODI_ARCH% OCAMLOPT=ocamlopt.opt tools"'
5151
- cd %APPVEYOR_BUILD_FOLDER%/tests/
5252
- mkdir "%HAXELIB_ROOT%"

0 commit comments

Comments
 (0)