File: make-ci.sh

package info (click to toggle)
stringencoders 3.10.3%2Bgit20180306-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: ansic: 17,159; javascript: 1,067; cpp: 407; python: 319; makefile: 180; sh: 34
file content (13 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -x
set -e

INDENT=clang-format-3.8 ./indent.sh
git status --porcelain | wc -l

autoreconf --install --force
automake --add-missing >/dev/null 2>&1
./configure
make
make check