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: 6 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T18:32:26.000Z (about 7 years ago)
- Last Synced: 2024-11-08T03:36:38.158Z (11 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://microbadger.com/images/mattpaletta/xcbuild "Get your own image badge on microbadger.com") | [](https://hub.docker.com/r/mattpaletta/xcbuild/) | [](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.