diff options
author | Björn Gustavsson <[email protected]> | 2017-03-09 15:25:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-09 15:25:11 +0100 |
commit | a2a8721ba6770dade9b7cbc9b4d6bf953bb355fd (patch) | |
tree | bd1968ac9bf1e7e9f099633aebc4920e4b1a36f5 /scripts/Dockerfile.32 | |
parent | 97fc265ee9349a21c71df78da673456007ff4c92 (diff) | |
parent | b5a5591678140206d86177d0e2df8dbfad825184 (diff) | |
download | otp-a2a8721ba6770dade9b7cbc9b4d6bf953bb355fd.tar.gz otp-a2a8721ba6770dade9b7cbc9b4d6bf953bb355fd.tar.bz2 otp-a2a8721ba6770dade9b7cbc9b4d6bf953bb355fd.zip |
Merge pull request #1368 from bjorng/bjorn/travis/multiple-platforms
Extend Travis CI to test more configurations
Diffstat (limited to 'scripts/Dockerfile.32')
-rw-r--r-- | scripts/Dockerfile.32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/Dockerfile.32 b/scripts/Dockerfile.32 new file mode 100644 index 0000000000..23a360a58e --- /dev/null +++ b/scripts/Dockerfile.32 @@ -0,0 +1,9 @@ +FROM erlang/ubuntu-build:32bit + +ADD ./otp.tar.gz /buildroot/ + +WORKDIR /buildroot/otp/ + +ENV MAKEFLAGS -j4 + +CMD ./scripts/build-otp |