correct drone config
continuous-integration/drone/push Build is passing Details

main
Mathis RIBEMONT 2 years ago
parent a885f8b650
commit 8050c2da75

BIN
.DS_Store vendored

Binary file not shown.

@ -10,13 +10,13 @@ steps:
- name: build
image: swift:latest
commands:
- cd Sources/model
- cd model/Sources/model
- swift build
- name: tests_Model
image: swift:latest
commands:
- cd Sources/model
- cd model/Sources/model
- swift test
depends_on: [build]

Loading…
Cancel
Save