Skip to content

Commit fa8772a

Browse files
committed
Upgrade version number in appveyor.yml
1 parent d11fc66 commit fa8772a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ build_script:
7777
- bash -lc "cd /c/projects/bucklescript/vendor/ninja; python configure.py --platform=mingw; /c/projects/bucklescript/vendor/ninja/snapshot/ninja.win32"
7878
- bash -lc "cp /c/projects/bucklescript/vendor/ninja/ninja.exe /c/projects/bucklescript/lib/ninja.exe"
7979
# Create the zip
80-
- bash -lc "cd /c/projects/bucklescript/ && zip -r bsb-native-win-4.0.6.zip lib vendor/ocaml/bin/ocamlrun.exe vendor/ocaml/ocamlc.opt.exe vendor/ocaml/ocamlopt.opt.exe vendor/ocaml/lib/ocaml vendor/flexdll vendor/mingw32/ vendor/lib vendor/include -x lib/bsb -x lib/bsc -x lib/bsrefmt"
80+
- bash -lc "cd /c/projects/bucklescript/ && zip -r bsb-native-win-4.0.7.zip lib vendor/ocaml/bin/ocamlrun.exe vendor/ocaml/ocamlc.opt.exe vendor/ocaml/ocamlopt.opt.exe vendor/ocaml/lib/ocaml vendor/flexdll vendor/mingw32/ vendor/lib vendor/include -x lib/bsb -x lib/bsc -x lib/bsrefmt"
8181

8282
artifacts:
83-
- path: bsb-native-win-4.0.6.zip
83+
- path: bsb-native-win-4.0.7.zip
8484

8585
test_script:
8686
- bash -xlc "pacman --noconfirm -S --quiet --needed mingw-w64-x86_64-nodejs"
8787
- git clone https://github.com/bsansouci/reprocessing-example C:\projects\bucklescript\reprocessing-example
8888
- bash -lc "cd /c/projects/bucklescript/reprocessing-example; npm install"
8989
- bash -lc "find /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native -type f -not -name 'package.json' -not -name 'bsconfig.json' -not -name 'bsb' -not -name 'bsc' -not -name 'bsrefmt' -delete"
9090
- bash -lc "cp /c/projects/bucklescript/package.json /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native/"
91-
- bash -lc "unzip -q /c/projects/bucklescript/bsb-native-win-4.0.6.zip -d /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native"
91+
- bash -lc "unzip -q /c/projects/bucklescript/bsb-native-win-4.0.7.zip -d /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native"
9292
- bash -lc "cd /c/projects/bucklescript/reprocessing-example; ./node_modules/bsb-native/lib/bsb.exe -make-world || cat lib/bs/bytecode/build.ninja"

0 commit comments

Comments
 (0)