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
8ceba58c
Commit
8ceba58c
authored
Apr 15, 2021
by
Gregor Olenik
Browse files
add basic travis file
parent
7587a0a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
8ceba58c
language
:
cpp
sudo
:
false
compiler
:
-
gcc
dist
:
bionic
os
:
-
linux
cache
:
directories
:
-
$HOME/OpenFOAM
addons
:
apt
:
update
:
true
packages
:
-
lcov
before_install
:
-
git clone --depth 1 https://github.com/OpenFOAM/OpenFOAM-8.git $HOME/OpenFOAM
install
:
-
source $HOME/OpenFOAM/OpenFOAM-8/etc/bashrc
-
cd $FOAM_SRC && ./Allwmake
before_script
:
-
cmake --version
-
mkdir build
-
cd build
-
cmake ..
-
make -j4
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