Using the latest commit of JUCE on master I’m trying to build a project using https://drone.io/ however I can get the projucer to build but when I call any commands from the command line the projucer hits a segmentation fault. This can be easily replicated by setting up a free account on the website using the public github JUCE account.
All I know about the build system is covered in this link http://docs.drone.io/cpp.html
To replicate the issue create the account and setup the project for C/C++ then add the following as a build script…
echo 2 | sudo update-alternatives --config gcc
cd ./extras/Projucer/Builds/LinuxMakefile
make
./build/Projucer --help
Is it possible I need to install some dependencies?