6 lines
123 B
YAML
6 lines
123 B
YAML
PromiseKit:
|
|
image: swift:3.1
|
|
volumes:
|
|
- .:/root/PromiseKit
|
|
command: bash -c "cd /root/PromiseKit && swift build"
|