File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ build_script:
77
77
- bash -lc "cd /c/projects/bucklescript/vendor/ninja; python configure.py --platform=mingw; /c/projects/bucklescript/vendor/ninja/snapshot/ninja.win32"
78
78
- bash -lc "cp /c/projects/bucklescript/vendor/ninja/ninja.exe /c/projects/bucklescript/lib/ninja.exe"
79
79
# 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"
81
81
82
82
artifacts :
83
- - path : bsb-native-win-4.0.6 .zip
83
+ - path : bsb-native-win-4.0.7 .zip
84
84
85
85
test_script :
86
86
- bash -xlc "pacman --noconfirm -S --quiet --needed mingw-w64-x86_64-nodejs"
87
87
- git clone https://github.com/bsansouci/reprocessing-example C:\projects\bucklescript\reprocessing-example
88
88
- bash -lc "cd /c/projects/bucklescript/reprocessing-example; npm install"
89
89
- 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"
90
90
- 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"
92
92
- bash -lc "cd /c/projects/bucklescript/reprocessing-example; ./node_modules/bsb-native/lib/bsb.exe -make-world || cat lib/bs/bytecode/build.ninja"
You can’t perform that action at this time.
0 commit comments