Solved bug in travis script file
This commit is contained in:
parent
82a186bf7c
commit
2e3f906d40
|
@ -13,7 +13,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
|||
cmake .. -DCMAKE_BUILD_TYPE=debug -DENABLE_VPR_GRAPHICS=off
|
||||
make -j2
|
||||
alias python3.5="python3"
|
||||
ln -s /opt/local/bin/python3 /opt/loca/bin/python3.5
|
||||
ln -s /opt/local/bin/python3 /opt/local/bin/python3.5
|
||||
else
|
||||
# For linux, we enable full package compilation
|
||||
#make
|
||||
|
|
Loading…
Reference in New Issue