mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd build
|
|
ctest3 -j4 --output-on-failure -T Test
|