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
d79fdf5b
Unverified
Commit
d79fdf5b
authored
Apr 13, 2021
by
greole
Committed by
GitHub
Apr 13, 2021
Browse files
clone and source OpenFOAM
parent
c7b6c009
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/cmake.yml
View file @
d79fdf5b
...
...
@@ -15,10 +15,19 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Setup OpenFOAM
-
name
:
Setup OpenFOAM
Directory
# Create OpenFOAM directory and clone
run
:
mkdir -p ~/OpenFOAM
-
name
:
Clone OpenFOAM
# Clone OpenFOAM
run
:
git clone -–depth 1 https://github.com/OpenFOAM/OpenFOAM-8.git ~/OpenFOAM/OpenFOAM-8 && ls ~/OpenFOAM
-
name
:
Source OpenFOAM
# Clone OpenFOAM
run
:
source ~/OpenFOAM/OpenFOAM-8/etc/bashrc
-
uses
:
actions/checkout@v2
-
name
:
Create Build Environment
...
...
Write
Preview
Supports
Markdown
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