Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattpaletta/docker-xcbuild
- Owner: mattpaletta
- Created: 2018-03-04T09:23:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T18:32:26.000Z (over 6 years ago)
- Last Synced: 2024-08-01T20:52:13.612Z (5 months ago)
- Topics: automation, build-automation, builder, docker, xcode, xctest
- Size: 14.6 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.