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
AgeCommit message (Collapse)Author
2018-11-20Use generated Makefiles to run testsLipu Fei
2018-10-18Code style: Brackets on new lineGhostkeeper
2018-10-18Move shortcut keys test to CMakeGhostkeeper
So that when you run tests locally, you also test this one.
2018-10-18No longer run setting visibility scriptGhostkeeper
It no longer exists. Contributes to issue CURA-5734.
2018-09-28Verbose output for Windows CILipu Fei
2018-09-27Verbose output for Linux CILipu Fei
2018-09-20Add check_setting_visibility.py to JenkinsfileLipu Fei
2018-09-06Add shortcut key check script into JenkinsfileLipu Fei
2018-07-06Restore JenkinsfileLipu Fei
2018-07-06WIP: Use shell to run make test on JenkinsLipu Fei
2018-07-06Show verbose msg when cmake test fails on JenkinsLipu Fei
2018-01-23Move Jenkins timeout into parallel_nodes blockLipu Fei
2018-01-03Add timeout for JenkinsfileLipu Fei
2017-08-02Properly quote CMake arguments that may contain spaces on WindowsArjen Hiemstra
2017-08-02Add missing " signArjen Hiemstra
2017-08-02Fall back properly if the build env for a specific branch does not existArjen Hiemstra
Otherwise we will always need to create branches for cura-build-environment. In addition, we can now create build-specific branches if needed.
2017-05-29Select build environment on CI based on branch nameArjen Hiemstra
2017-03-15Pass the right Uranium directory to CMake when running on CIArjen Hiemstra
2017-03-14Allow empty JUnit results so a test failure does not become a build failArjen Hiemstra
2017-03-14Add a Jenkinsfile so Cura will be tested on CIArjen Hiemstra