21 Commits

Author SHA1 Message Date
Evangelos Trantos
f8f58c51c9
Add LD_LIBRARY_PATH 2022-01-20 12:08:13 +01:00
Evangelos Trantos
63cad60e18
The ctest3 binary does not exist on Debian 2022-01-20 10:04:23 +01:00
Evangelos Trantos
b5904cccd3
The cmake3 binary does not exist on Debian 2022-01-20 09:57:13 +01:00
Evangelos Trantos
9ebcb797d5
No need to source devtoolset, as it's not used on Debian 2022-01-19 20:58:13 +01:00
luz paz
d68f375e38 Fix various typos
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-09-07 11:33:54 -04:00
Evangelos Trantos
78ecb7ec9a
Change the devtoolset to version 8
After the python and Qt upgrade we're using devtoolset v8 in our centos7 container.
2021-04-02 10:26:25 +02:00
Jaime van Kessel
5f2d721bdc
Added missing newline at end of file 2020-08-28 12:47:25 +02:00
Jaime van Kessel
01aa729577
Split up build & test
This should make the output a bit more segmented (and thus, more readable)
2020-08-14 16:37:45 +02:00
Jaime van Kessel
dd6467303e
Add option to not print the list of plugins installed.
This should make it a lot easier to read the test output
2020-08-14 16:25:47 +02:00
Jaime van Kessel
a9c67542bf
Don't generate the translations when running the CI 2020-08-14 16:01:40 +02:00
Ghostkeeper
9cce800d42
Run CTest in parallel (#7952)
* 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-06-19 16:14:10 +02:00
Nino van Hooff
b830a6faa3 Rewrite invalid imports checker to Python
Makes it consistent with other checkers we already have
2020-01-20 16:24:26 +01:00
Nino van Hooff
66105e8a3a Add invalid imports checker
Since plugins.* is not available on the PATH for some builds,
they should not be used. Relative imports are preferred
2020-01-20 09:51:22 +01:00
Lipu Fei
f5a64704bd Fix branch checkout for PRs with GitHub workflow 2020-01-16 13:27:17 +01:00
Lipu Fei
7f053c8d2a WIP: Fix git ref 2019-12-17 12:35:41 +01:00
Lipu Fei
de9a07e6c1 WIP: Fix GH Actions for Uranium fetching 2019-12-17 12:28:27 +01:00
Lipu Fei
208ab6421f WIP: Fix fetching Uranium 2019-12-17 11:52:32 +01:00
Ghostkeeper
ba9c38a4a6
Revert "Give more verbose output if a test failed (or succeeded)"
This reverts commit 36cefcf0a313bc0db207539ff9b29d1aef03446a. Apparently it was already working correctly and I just wasn't looking properly.
2019-04-18 14:44:14 +02:00
Ghostkeeper
36cefcf0a3
Give more verbose output if a test failed (or succeeded)
We want to know what exactly failed.

Contributes to issue CURA-6188.
2019-04-17 17:10:25 +02:00
Lipu Fei
d57b2640d9 Output Uranium branch in use 2019-04-03 08:26:37 +00:00
Lipu Fei
31e20e78b6 Use GitLab CI 2019-04-03 07:49:26 +00:00