Skip to content

Commit

Permalink
remove homemade docker build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed Jun 26, 2022
1 parent ab81a4c commit 2dfb271
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 113 deletions.
28 changes: 0 additions & 28 deletions Makefile

This file was deleted.

15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,10 @@ Simple utility for testing SMSC connections. It allows to bind to SMSCs, send `s

## Build

If you want just to build `smppsend` executable for you current platform, just run:

```bash
mix do deps.get, escript.build
mix do deps.get,escript.build
```

If you want to make a Linux-compatible binary for specific versions of OTP platform
(for example, OTP 19), run

```bash
make VERSIONS=19
```

You need [Docker](https://www.docker.com/) installed to build.

You can also download precompiled Linux-compatible binaries from “[Releases](https://github.com/funbox/smppsend/releases)” page.

## Usage

See:
Expand Down
15 changes: 0 additions & 15 deletions build.sh

This file was deleted.

14 changes: 0 additions & 14 deletions build/19/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions build/20/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions build/21/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions build/22/Dockerfile

This file was deleted.

0 comments on commit 2dfb271

Please sign in to comment.