File: make-ci.sh

package info (click to toggle)
stringencoders 3.10.3%2Bgit20160924-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,144 kB
  • ctags: 725
  • sloc: ansic: 17,159; cpp: 407; python: 319; makefile: 179; 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