File: .travis-ci-arm.sh

package info (click to toggle)
ocaml-ctypes 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,568 kB
  • ctags: 2,695
  • sloc: ml: 12,130; ansic: 2,533; makefile: 236; sh: 102
file content (9 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cd $(dirname $0)
eval $(opam config env)
make
make test # build and run the tests
make examples # build and run the examples
_build/date.native
_build/date-cmd.native
_build/fts-cmd.native examples