build: Fixed docker builds
* fixed Boost c++ standard * build with docker on mac * added mail script * fixed cxx index sample test on mac * disabled gradle source group test for linux docker builds
This commit is contained in:
@@ -297,6 +297,7 @@ public:
|
||||
|
||||
void test_sourcegroup_java_gradle_generates_expected_output()
|
||||
{
|
||||
#ifndef __linux__
|
||||
const std::wstring projectName = L"java_gradle";
|
||||
|
||||
ProjectSettings projectSettings;
|
||||
@@ -323,6 +324,7 @@ public:
|
||||
|
||||
applicationSettings->setJreSystemLibraryPaths(storedJreSystemLibraryPaths);
|
||||
AppPath::setAppPath(storedAppPath);
|
||||
#endif
|
||||
}
|
||||
|
||||
void test_sourcegroup_java_maven_generates_expected_output()
|
||||
|
||||
Reference in New Issue
Block a user