You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/12 21:14:41 UTC

[GitHub] cjolivier01 commented on a change in pull request #9329: Add CMake CI build job

cjolivier01 commented on a change in pull request #9329: Add CMake CI build job
URL: https://github.com/apache/incubator-mxnet/pull/9329#discussion_r161326778
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -222,6 +243,21 @@ try {
         }
       }
     },
+    'CMake': {
+      node('mxnetlinux-cpu') {
+        ws('workspace/build-cmake-cpu') {
+          init_git()
+          def defines = """ \
+            -DUSE_CUDA=0    \
 
 Review comment:
   Here is a good place for -DCMAKE_BUILD_TYPE=Release if it's not set

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services