DEBSOURCES
Skip Quicknav
sources / librime / 1.4.0%2Bdfsg1-2 / travis-script.sh
1234567
#!/bin/bash if [[ "$TRAVIS_OS_NAME" == linux ]]; then make test elif [[ "$TRAVIS_OS_NAME" == osx ]]; then make -f Makefile.xcode test fi