[GPU-Plugin] Add basic continuous integration for GPU plugin. (#2431)

This commit is contained in:
Rory Mitchell
2017-06-23 02:15:28 +12:00
committed by Yuan (Terry) Tang
parent 2cb51f7097
commit 1899f9e744
6 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
mkdir build
cd build
cmake .. -DPLUGIN_UPDATER_GPU=ON
make
cd ..
cd python-package
python setup.py install --user
cd ../plugin/updater_gpu
python -m nose test/python