File: .travis.yml

package info (click to toggle)
vsearch 2.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,932 kB
  • sloc: cpp: 30,443; ansic: 501; makefile: 241; sh: 48
file content (27 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
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
27
language:
- cpp

arch:
- arm64

os:
- linux

addons:
  apt:
    packages:
    - ghostscript
    - groff

compiler:
- g++
- clang

script:
- ./autogen.sh
- ./configure
- make
- export PATH=$PWD/bin:$PATH
- git clone https://github.com/frederic-mahe/vsearch-tests.git
- cd vsearch-tests
- bash ./run_all_tests.sh