Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
642931b1
Commit
642931b1
authored
Apr 28, 2016
by
Ansgar Burchardt
Browse files
Initial GitLab CI setup.
parent
10d967e1
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
642931b1
---
cache
:
paths
:
-
install/
dune:git--clang:
image
:
duneci/dune-fufem:git
script
:
-
./contrib/ci-setup
-
dunecontrol --opts=/duneci/opts.clang --current all
-
dunecontrol --current make test
dune:git--gcc:
image
:
duneci/dune-fufem:git
script
:
-
./contrib/ci-setup
-
dunecontrol --opts=/duneci/opts.gcc --current all
-
dunecontrol --current make test
contrib/ci-setup
0 → 100755
View file @
642931b1
#! /bin/bash
set
-e
if
[
!
-d
install
/MTL
]
;
then
mkdir
-p
install
/MTL.tmp
cd install
/MTL.tmp
wget
-O
MTL.tar.gz
"http://www.simunova.com/downloads/mtl4/MTL-4.0.9555-Linux.tar.gz"
tar
--strip-components
=
2 xf MTL.tar.gz
cd
..
mv
MTL.tmp MTL
fi
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