We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a4b44 commit 03dff7eCopy full SHA for 03dff7e
.travis.yml
@@ -150,7 +150,7 @@ script:
150
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
151
ln -fs "$(which g++-5)" "$HOME/bin/g++"
152
export PATH="$PATH:$HOME/bin"
153
- yes | ./install.sh $HOME/opt/opencoarrays 4 > install.log &
+ yes | ./install.sh --install-dir="$HOME/opt/opencoarrays" -j 4 > install.log &
154
install_sh_PID=$!
155
echo "install.log will be displayed after success or failure"
156
while ps -p $install_sh_PID > /dev/null; do
0 commit comments