]> git.r.bdr.sh - rbdr/lyricli/blobdiff - .gitlab-ci.yml
Update genius integration
[rbdr/lyricli] / .gitlab-ci.yml
index e55b711bffda2ba500b1e96ef17750fa2d2aedc3..04ec6ba9b6f1a22a07874d421c5fdc5debe4f5f4 100644 (file)
@@ -1,43 +1,14 @@
-image: swift:5.0.1
+image: lyriclitest/swift:5.0.1
 
 stages:
   - lint
-  - build
-  - document
-  - deploy
 
 cache:
   key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
   paths:
     - .build/
 
-before_script:
-  - gem install jazzy
-  - "./Scripts/install_sourcekitten.sh"
-  - "./Scripts/install_swiftlint.sh"
-
 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