muon/tools/ci/fullbootstrap.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

12 lines
232 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
set -eux
tools/ci/bootstrap.sh build
# enable samurai wrap
build/muon setup -Dsamurai=enabled "$@" build
samu -C build