File: .drone.yml

package info (click to toggle)
rapmap 0.12.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,388 kB
  • sloc: cpp: 38,057; ansic: 2,754; sh: 209; python: 82; makefile: 15
file content (26 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 pipeline:
  setup:
   image: hbb:salmon_build
   commands:
    - echo "Starting build"
    - ./.drone/build.sh
      #  test_indexing:
      #   image: hbb:rapmap_build
      #   commands:
      #    - echo "[Testing map]"
      #    - ./.drone/test_map.sh 
      #   volumes:
      #    - /mnt/scratch6/avi/data:/mnt/data
      #    - /mnt/scratch6/rapmap_ci:/mnt/ci_res
  copy_build:
    image: hbb:salmon_build
    commands:
     - echo "[Packaging binary]"
     - ./.drone/copy_build.sh
    volumes:
     - /mnt/scratch6/rapmap_ci:/mnt/ci_res
  notify_gitter:
    image: plugins/gitter
    commands:
     - echo "[Notifying gitter]"
 branches: [master, develop-salmon]