electron/script/cibuild
2013-08-21 11:41:08 +08:00

8 lines
149 B
Python
Executable file

#!/usr/bin/env python
import os
import subprocess
test = os.path.join(os.path.dirname(__file__), 'test.py')
subprocess.check_call([test, '--ci'])