Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gregor.olenik
OGL
Commits
5b74c71d
Commit
5b74c71d
authored
Apr 15, 2021
by
Gregor Olenik
Browse files
fix OpenFOAM path
parent
3f28d3ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
5b74c71d
...
...
@@ -7,6 +7,9 @@ dist: bionic
os
:
-
linux
env
:
-
VERSION=8
cache
:
directories
:
-
$HOME/OpenFOAM
...
...
@@ -19,11 +22,11 @@ addons:
-
lcov
before_install
:
-
git clone --depth 1 https://github.com/OpenFOAM/OpenFOAM-
8
.git $HOME/OpenFOAM
-
git clone --depth 1 https://github.com/OpenFOAM/OpenFOAM-
$VERSION
.git $HOME/OpenFOAM
/OpenFOAM-$VERSION
-
ls $HOME/OpenFOAM
install
:
-
source $HOME/OpenFOAM/OpenFOAM-
8
/etc/bashrc
-
source $HOME/OpenFOAM/OpenFOAM-
$VERSION
/etc/bashrc
-
cd $FOAM_SRC && ./Allwmake
before_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment