Skip to content

Commit 953ccf4

Browse files
committed
Update appveyor because reprocessing-example updated!
1 parent 7f13ab1 commit 953ccf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ 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"
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/"
9291
- bash -lc "unzip -q /c/projects/bucklescript/bsb-native-win-4.0.6.zip -d /c/projects/bucklescript/reprocessing-example/node_modules/bsb-native"
9392
- 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)