Filamat public headers were including a private header. This PR fixes this problem. It also forces filamat to always be compiled to avoid breaking filamat without noticing. The flag `-l` is not available anymore in build.sh as a result.
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ "$KOKORO_BUILD_ID" ]]; then
|
|
echo "Running job $KOKORO_JOB_NAME"
|
|
TARGET=`echo "$KOKORO_JOB_NAME" | awk -F "/" '{print $NF}'`
|
|
fi
|