An open API service indexing awesome lists of open source software.

https://github.com/panoti/sdcc-docker

SDCC Compiler Docker
https://github.com/panoti/sdcc-docker

sdcc sdcc-compiler stm8 stm8s

Last synced: 12 months ago
JSON representation

SDCC Compiler Docker

Awesome Lists containing this project

README

          

[![Docker Image CI](https://github.com/panoti/sdcc-docker/actions/workflows/Docker.yml/badge.svg)](https://github.com/panoti/sdcc-docker/actions/workflows/Docker.yml)

# SDCC Compiler Docker

## Description

Dockerizing [SDCC Compiler](http://sdcc.sourceforge.net/) for CI/CD.

**Platforms:**
- [x] Linux x86, x64

**Tools:**
- [x] SDCC Compiler

## Usage

```bash
docker run --rm -it panoti/sdcc:latest /bin/bash
```

or

```bash
docker run --rm -it ghcr.io/panoti/sdcc-docker:latest /bin/bash
```

## Note

- This image just include sdcc compiler without other tools. If you need more tools, just use `apk` to install.
- We support both docker hub and github registry.

## License

SDCC Docker is [MIT licensed](LICENSE).