Merge branch 'master' of https://codefirst.iut.uca.fr/git/AllDev/Swift
continuous-integration/drone/push Build is failing Details

pull/7/head
Emre KARTAL 2 years ago
commit 09bfe12090

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: Swift-ALLIN
trigger:
event:
- push
steps:
- name: build
image: swift:latest
commands:
- cd Sources/allin
- swift build
- name: test
image: swift:latest
commands:
- cd Sources/allin
- swift test
depends_on: [build]
Loading…
Cancel
Save