diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc9164a8..7d644372 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: build_project: stage: build script: - - "( brew install libsodium json-c )" + - "( brew install libsodium json-c autoconf )" - "( ./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 )" diff --git a/lib/bin/build_lib b/lib/bin/build_lib index 062f3b40..8003fe2a 100755 --- a/lib/bin/build_lib +++ b/lib/bin/build_lib @@ -50,10 +50,10 @@ _initialize() { # # Check if all tools needed for the default implementations are available. # -# By default, this will check for `automake` and `autoreconf`. +# By default, this will check for `autoreconf`. initialize_needs() { _initialize_needs "$@"; } _initialize_needs() { - needs automake autoreconf + needs autoreconf } # clean