[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
Something went wrong. Try again.
354 B · 13 lines
Shell
12345678910111213#!/bin/sh
# Fail this script if any subcommand fails.set -e
# Ensure Flutter is in PATH (should have been set up by ci_post_clone.sh)export PATH="$PATH:$HOME/flutter/bin"
# Change to the project root directory (where pubspec.yaml is located)cd $CI_PRIMARY_REPOSITORY_PATH
# Run build_runnerdart run build_runner build --delete-conflicting-outputs