Merge branch 'master' of https://codefirst.iut.uca.fr/git/AllDev/Swift
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
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…
Reference in new issue