File: .travis.yml

package info (click to toggle)
sambamba 1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,528 kB
  • sloc: sh: 220; python: 166; ruby: 147; makefile: 103
file content (19 lines) | stat: -rw-r--r-- 281 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
language: d
d:
  - ldc
matrix:
  # ARM64 testing is under development
  allow_failures:
    - os: osx
  include:
    - os: linux
      compiler: gcc
    - os: linux
      arch:
        - arm64
      compiler: gcc
    - os: osx
      compiler: clang
script:
  - make
  - make check