Feature/jenkins (#1419)

* Add ability to toggle operating system builds on Jenkins via environment variables
* Update ghoul repository
* Update SGCT repository
* Reduce chattiness of the Jenkins log file
* Build native and ninja builds in parallel
* Disable ninja build on Windows as it fails with the OpenSpace Helper
This commit is contained in:
Alexander Bock
2020-12-02 21:11:46 +01:00
committed by GitHub
parent 876493c6dd
commit f4831b0c03
6 changed files with 157 additions and 104 deletions

View File

@@ -426,7 +426,7 @@ void RenderableTrail::internalRender(bool renderLines, bool renderPoints,
}
}
}
#pragma optimize("", off)
void RenderableTrail::render(const RenderData& data, RendererTasks&) {
ZoneScoped