Skip to main content

build-test

Build the MPADAO project and run tests, reporting results concisely

Aller à l'installation

Informations de source

Dépôt
stillwater-sc/mpadao-template
Dernière activité de la source
8 mars 2026 à 01:59
Langue détectée de SKILL.md
anglais
Étoiles
1
Forks
2

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
build-test
description
Build the MPADAO project and run tests, reporting results concisely
disable-model-invocation
true
allowed-tools
Bash
Build and test the MPADAO project: 1. Configure: cd build && cmake .. 2>&1 | tail -5 2. Build: make -j$(nproc) 2>&1 3. Test: ctest --output-on-failure 2>&1 4. Report: - Which targets built successfully - Any compiler warnings (summarize, don't dump full output) - Which tests passed/failed - If any test failed, show the relevant failure output
Voir sur GitHub