Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.drone.yml - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad2e969eefde97c6711d64f76b6947cdbb24677c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clone:
  git:
    image: plugins/git
    depth: 1

pipeline:
  vue-build-check:
    image: node
    commands:
     - ./tests/vue-build.sh ./js/notifications.js
    when:
      matrix:
        TESTS: vue-build-check
matrix:
  include:
    - TESTS: vue-build-check