mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
* Implement release scripting and SDK building process * Fix for CYD display colors * Various improvements and fixes * Made build scripts more modular
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake -S ./ -B build-sim
|
|
cmake --build build-sim --target build-tests -j 14
|
|
build-sim/Tests/TactilityCore/TactilityCoreTests --exit
|
|
|