Move Homebrew dependencies to a Brewfile.
This commit is contained in:
parent
bff3577ada
commit
3853b6f180
@ -5,7 +5,7 @@ variables:
|
||||
build_project:
|
||||
stage: build
|
||||
script:
|
||||
- "( brew install libsodium json-c autoconf automake )"
|
||||
- "( brew bundle )"
|
||||
- "( ./lib/bin/build_libsodium-macos )"
|
||||
- "( cd ./platform-independent/c/cli && ./clean && targets=all ./build && ./mpw-tests && ./mpw-cli-tests )"
|
||||
- "( cd ./gradle && ./gradlew --info clean test )"
|
||||
|
Loading…
Reference in New Issue
Block a user