Add install of cmake to .travis.yml. Test-Information: This has been tested on OS X and on Ubuntu for both the native target and STM32F4Discovery.
3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
find ${1} -name "*.[ch]" | xargs sed -i 's/util_print("\(.*\)")/util_print("\1", NULL)/g'
|