Add gitlab ci file.

This commit is contained in:
Piv
2020-08-15 17:00:56 +09:30
parent f9f0168c81
commit 0048b982c4

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
image: vato.ddns.net:8083/swift:5.2.4
stages:
build
build:
stage: build
script:
- swift build