File: drone.yml.template

package info (click to toggle)
sambamba 1.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,900 kB
  • sloc: javascript: 552; sh: 220; python: 166; ruby: 147; makefile: 104; lisp: 85
file content (21 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# this YAML file can be used with drone tool (https://github.com/drone/drone)
# TODO remove dropbox dependency
# Usage: copy to .drone.yml, edit dropbox access token, run 'drone exec'
build:
  image: lomereiter/centos-ldc:latest
  commands:
    - export LANG=C
    - export PATH=/opt/llvm/bin:/usr/local/bin:$PATH
    - /usr/bin/scl enable devtoolset-4 --
    - yum install -y git
    - llvm-config --version
    - ldc2 --version
    - gcc --version
    - git submodule update --init
    - git clone https://github.com/dlang/undeaD
    - make sambamba-ldmd2-64
    - curl -L "https://dl.dropboxusercontent.com/u/7916095/shunit2-2.0.3.tgz" | tar zx
    - ./.run_tests.sh
    - readelf -V build/sambamba | grep 'Name:' | grep GLIBC
    - export ACCESS_TOKEN=# !!! PUT YOUR DROPBOX TOKEN HERE !!!
    - ./.dropbox.sh build/sambamba