Select the types of activity you want to include in your feed.
1#!/bin/bash 2set -e 3 4. "$(dirname "$0")/common.sh" 5 6cd "$ROOT_DIR" 7meson subprojects download 8 9if [ ! -d "$SCRIPT_DIR/vendor" ]; then 10 cp -r "$ROOT_DIR/vendor" "$SCRIPT_DIR/vendor" 11fi 12 13mkdir -p "$BUILD_DIR"