Эх сурвалжийг харах

[CircleCI] Add Swift 4.0 and 4.1 jobs

Norio Nomura 6 жил өмнө
parent
commit
a8cff03fd9
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      .circleci/config.yml

+ 6 - 0
.circleci/config.yml

@@ -31,6 +31,12 @@ workflows:
   workflow:
     jobs:
       - xcode_codecov
+      - test_with_image:
+          name: linux_swift_4.0
+          image: norionomura/swift:4.0
+      - test_with_image:
+          name: linux_swift_4.1
+          image: norionomura/swift:4.1
       - test_with_image:
           name: linux_swift_4.2
           image: norionomura/swift:4.2