File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ 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
- - bash -lc "find /c/projects/bucklescript/reprocessing-example/node_modules/bs-platform -type f -not -name 'package.json' -not -name 'bsconfig.json' -not -name 'bsb' -not -name 'bsc' -not -name 'bsrefmt' -delete"
90
- - bash -lc "cp /c/projects/bucklescript/package.json /c/projects/bucklescript/reprocessing-example/node_modules/bs-platform/"
91
- - bash -lc "mv /c/projects/bucklescript/reprocessing-example/node_modules/bs-platform /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native"
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
+ - bash -lc "cp /c/projects/bucklescript/package.json /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native/"
92
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"
93
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