muon/tools/ci/bootstrap.sh
Stone Tickle e3525d7400
move non yaml files out of .builds
This should hopefully fix CI from lists.sr.ht.
2023-10-29 07:36:36 -04:00

13 lines
213 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
set -eux
# initial build
./bootstrap.sh "$1"
# get curl and zlib
build/muon setup "$1"
samu -C "$1"