File: travis-script.sh

package info (click to toggle)
librime 1.4.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,108 kB
  • sloc: cpp: 29,321; ansic: 2,510; makefile: 51; sh: 21
file content (7 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

if [[ "$TRAVIS_OS_NAME" == linux ]]; then
  make test
elif [[ "$TRAVIS_OS_NAME" == osx ]]; then
  make -f Makefile.xcode test
fi