Skip to content

Commit

Permalink
update Jenkins: go through python tests before uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Nov 4, 2019
1 parent 67f36ad commit 4b136b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ void build_taichi() {
make -j 15
ldd libtaichi_core.so
cd ../python
ti test_python
$PYTHON_EXECUTABLE build.py upload
'''
}
2 changes: 1 addition & 1 deletion cmake/TaichiCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ llvm_map_components_to_libnames(llvm_libs
target_link_libraries(${LIBRARY_NAME} ${llvm_libs})

if (CUDA_FOUND)
llvm_map_components_to_libnames(llvm_ptx_libs PTX)
llvm_map_components_to_libnames(llvm_ptx_libs NVPTX)
target_link_libraries(${LIBRARY_NAME} ${llvm_ptx_libs})
endif()

Expand Down
1 change: 0 additions & 1 deletion taichi/common/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ TC_NAMESPACE_END
//******************************************************************************

#include "serialization.h"
#include "version.h"

//******************************************************************************
// Misc.
Expand Down

0 comments on commit 4b136b1

Please sign in to comment.