CI: Add muse CI config

Closes #5772
This commit is contained in:
Thomas M. DuBuisson 2020-08-01 08:42:00 -07:00 committed by Daniel Stenberg
parent 30974cb895
commit a1e0b7922a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 7 additions and 0 deletions

3
.muse/config.toml Normal file
View File

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

4
.muse/setup.sh Executable file
View File

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