2
0

Also need automake installed.

This commit is contained in:
Maarten Billemont
2018-06-19 01:42:59 -04:00
parent 4c48bfb1af
commit bff3577ada
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ variables:
build_project:
stage: build
script:
- "( brew install libsodium json-c autoconf )"
- "( brew install libsodium json-c autoconf automake )"
- "( ./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 )"