]> git.r.bdr.sh - rbdr/lyricli/blobdiff - .gitlab-ci.yml
Use swiftsoup for parsing
[rbdr/lyricli] / .gitlab-ci.yml
index ebe400d5e949e3b5af7313c048d2e3cc06de7164..04ec6ba9b6f1a22a07874d421c5fdc5debe4f5f4 100644 (file)
@@ -2,9 +2,6 @@ image: lyriclitest/swift:5.0.1
 
 stages:
   - lint
-  - build
-  - document
-  - deploy
 
 cache:
   key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
@@ -15,24 +12,3 @@ lint:
   stage: lint
   script:
     - make lint
-
-build:
-  stage: build
-  script:
-    - make build
-
-document:
-  stage: document
-  script:
-    - make document
-  artifacts:
-    paths:
-      - docs
-
-pages:
-  stage: deploy
-  script:
-    - mv docs public
-  artifacts:
-    paths:
-      - public