osx - Installing TexturePacker in Travis CI -
i'm trying install texturepacker inside travis ci. following 4 commands run fine , return exit code 0 on mac.
language: objective-c install: - hdiutil attach -mountpoint dmg client/texturepacker-3.2.1-uni.dmg - cp -ra dmg/texturepacker.app . - hdiutil detach dmg - echo agree | texturepacker.app/contents/macos/texturepacker --version &> /dev/null
on travis following error occurs.
the command "echo agree | texturepacker.app/contents/macos/texturepacker --version &> /dev/null" failed , exited 10 during .
any ideas?
texturepacker 3.2.1 doesn't support agreement via terminal. solution upgrade texturepacker, 3.6.0 worked.
Comments
Post a Comment