Source configs script so setup_ci can use settings
This commit is contained in:
parent
34df52c201
commit
a07664646b
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
. .github/configs $@
|
||||||
|
|
||||||
case "`./config.guess`" in
|
case "`./config.guess`" in
|
||||||
*-darwin*)
|
*-darwin*)
|
||||||
brew install automake
|
brew install automake
|
||||||
|
|
Loading…
Reference in New Issue