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