JeLLyNinjas / TerminalFighter

5 stars 2 forks source link

Enable builds using docker #115

Closed enochtsang closed 6 years ago

enochtsang commented 6 years ago

, no runtime libraries, no travis or runtime env, no static compile

bseto commented 6 years ago

So just some notes. Travis is failing. Noteworthy things:

Line 4739: cannot remove '//pkgconfig.tgz': No such file or directory

Also looks like your ./docker_build.sh all in the .travis.yml is failing with permission denied, and then tons of other permission denied.

enochtsang commented 6 years ago

Line 4739: cannot remove '//pkgconfig.tgz': No such file or directory

is a warning i will ignore. It's not hard to reason why that is in the installer script, but it's ok it's non issue.

bseto commented 6 years ago

Looks good to me