Compilation on Bitbucket Pipelines using Docker

Aaaah ok ! Thank you very much for the clarification. So when I run the Haxe image, the docker image call the Hash bash because it’s written in the docker file. So I should clone the image and add all my haxelib in my own docker file and should not try to call haxelib from Pipelines like I did.

Thanks! It’s working, it seems that it’s a faster way than Docker. I just need to find how to set the Haxe version now because my project is not compatible with Haxe 4 yet.