Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-04-02Change the devtoolset to version 8Evangelos Trantos
After the python and Qt upgrade we're using devtoolset v8 in our centos7 container.
2020-08-28Added missing newline at end of fileJaime van Kessel
2020-08-14Split up build & testJaime van Kessel
This should make the output a bit more segmented (and thus, more readable)
2020-08-14Add option to not print the list of plugins installed.Jaime van Kessel
This should make it a lot easier to read the test output
2020-08-14Don't generate the translations when running the CIJaime van Kessel
2020-06-19Run CTest in parallel (#7952)Ghostkeeper
* Don't pre-load engine before other plug-ins This was a fix for the post-processing plug-in that's no longer required. It was also only applied when running from source, so obviously it's not required or we'd have seen it in the builds. * Run automated tests in parallel Done during Turbo Testing and Tooling. * Pass number of processors via ctest command itself More reliable apparently because it's a CMake variable that doesn't get cached. It shouldn't get cached or set in the CMake script because it's not the same for every computer. Done during Turbo Testing and Tooling.
2020-01-20Rewrite invalid imports checker to PythonNino van Hooff
Makes it consistent with other checkers we already have
2020-01-20Add invalid imports checkerNino van Hooff
Since plugins.* is not available on the PATH for some builds, they should not be used. Relative imports are preferred
2020-01-16Fix branch checkout for PRs with GitHub workflowLipu Fei
2019-12-17WIP: Fix git refLipu Fei
2019-12-17WIP: Fix GH Actions for Uranium fetchingLipu Fei
2019-12-17WIP: Fix fetching UraniumLipu Fei
2019-04-18Revert "Give more verbose output if a test failed (or succeeded)"Ghostkeeper
This reverts commit 36cefcf0a313bc0db207539ff9b29d1aef03446a. Apparently it was already working correctly and I just wasn't looking properly.
2019-04-17Give more verbose output if a test failed (or succeeded)Ghostkeeper
We want to know what exactly failed. Contributes to issue CURA-6188.
2019-04-03Output Uranium branch in useLipu Fei
2019-04-03Use GitLab CILipu Fei