Browse Source

CI: Add muse CI config

Closes #5772
Thomas M. DuBuisson 3 years ago
parent
commit
a1e0b7922a
2 changed files with 7 additions and 0 deletions
  1. 3 0
      .muse/config.toml
  2. 4 0
      .muse/setup.sh

+ 3 - 0
.muse/config.toml

@@ -0,0 +1,3 @@
+ignore = [ "DEAD_STORE" ]
+build = "make"
+setup = ".muse/setup.sh"

+ 4 - 0
.muse/setup.sh

@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+./buildconf
+./configure
+echo "Ran the setup script for muse including autoconf and executing ./configure"