summaryrefslogtreecommitdiff
path: root/.github/scripts/build-macos.sh
blob: 82b07bac7b7c72bb27209e48d647c27776b9f5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN)
export ERL_TOP=`pwd`
export RELEASE_ROOT=$ERL_TOP/release
export ERLC_USE_SERVER=true

./otp_build configure \
  --disable-dynamic-ssl-lib
./otp_build boot -a
./otp_build release -a $RELEASE_ROOT
make release_docs DOC_TARGETS=chunks