templates for self-hosting game jams (or any other kind of jam tbh)
at main 185 B view raw
1#!/bin/sh -e 2# Prevent push on a failed build. 3 4# On a feature branch that has no remote yet, this first part would fail. 5git pull --rebase || git pull --rebase origin master 6 7make all