[GPU-Plugin] Add basic continuous integration for GPU plugin. (#2431)
This commit is contained in:
committed by
Yuan (Terry) Tang
parent
2cb51f7097
commit
1899f9e744
11
tests/ci_build/test_gpu.sh
Normal file
11
tests/ci_build/test_gpu.sh
Normal 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
|
||||
Reference in New Issue
Block a user