mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-26 08:07:51 +00:00
17 lines
319 B
YAML
17 lines
319 B
YAML
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
image: fedora/latest
|
|
packages:
|
|
- gcc-c++
|
|
sources:
|
|
- https://git.sr.ht/~lattis/muon
|
|
tasks:
|
|
- bootstrap: |
|
|
cd muon
|
|
tools/ci/bootstrap.sh build
|
|
|
|
- test: |
|
|
cd muon/build
|
|
./muon test -d dots
|