Add a muse configuration file (#5557)

* Add a muse configuration file

A muse configuration and file is necessary to educate the MuseDev CI
system on how to build Skywalking.

* Exclude .muse/* files from license check
This commit is contained in:
Thomas M. DuBuisson 2020-09-24 23:58:00 -07:00 committed by GitHub
parent 84d49c4412
commit d2eabdc35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

2
.muse/config.toml Normal file
View File

@ -0,0 +1,2 @@
jdk11 = true
setup = ".muse/setup.sh"

2
.muse/setup.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
git submodule update --init --recursive

View File

@ -451,6 +451,7 @@
<exclude>**/.git/**</exclude>
<!-- CI files -->
<exclude>**/.muse/**</exclude>
<exclude>**/.travis.yml</exclude>
<!-- GitHub files -->