drone-tutorial-swift/.drone.yml
Matthias Neeracher 7a9535bdfe
All checks were successful
continuous-integration/drone/push Build is passing
Add initial source code, with passing test
2019-02-03 03:27:38 +01:00

10 lines
112 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: swift:4.2
commands:
- swift build
- swift test