Skip to content

Commit

Permalink
Fix travis (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu authored Mar 14, 2020
1 parent 642bc93 commit b6c6c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def run(self):
execute_command('echo $PYTHONPATH')
elif get_os_name() != 'win':
# compile ..
os.makedirs('build')
os.makedirs('build', exist_ok=True)
execute_command('cd build && cmake ..')
execute_command('cd build && make -j 10')
return
Expand Down

0 comments on commit b6c6c1e

Please sign in to comment.