Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattpaletta/docker-xcbuild

Using Facebook xcbuild inside docker
https://github.com/mattpaletta/docker-xcbuild

automation build-automation builder docker xcode xctest

Last synced: about 2 months ago
JSON representation

Using Facebook xcbuild inside docker

Awesome Lists containing this project

README

        

[![](https://images.microbadger.com/badges/image/mattpaletta/xcbuild.svg)](https://microbadger.com/images/mattpaletta/xcbuild "Get your own image badge on microbadger.com") | [![Docker Stars](https://img.shields.io/docker/stars/mattpaletta/xcbuild.svg?style=flat-square)](https://hub.docker.com/r/mattpaletta/xcbuild/) | [![Docker Pulls](https://img.shields.io/docker/pulls/mattpaletta/xcbuild.svg?style=flat-square)](https://hub.docker.com/r/mattpaletta/xcbuild/)

# Docker-xcbuild
Using Facebook xcbuild inside docker (https://github.com/facebook/xcbuild)

## Download
`docker pull mattpaletta/xcbuild:latest`

## Usage
`docker run -it mattpaletta/xcbuild bash`
From there, use `xcbuild --executor ninja ...` to build your iOS project.
See official documentation for reference.