Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
64a1d6c6
Commit
64a1d6c6
authored
Feb 12, 2018
by
Guilhem Saurel
Browse files
fix gitlab-ci.yml template
parent
c41f9742
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
64a1d6c6
...
...
@@ -12,23 +12,22 @@ cache:
paths
:
-
build/ccache
.
common
:
.
robotpkg-{{ robotpkg }}
:
&robotpkg-
{{
robotpkg
}}
before_script
:
-
mkdir -p build/ccache
-
cd build
-
export CCACHE_BASEDIR=${PWD}
-
export CCACHE_DIR=${PWD}/ccache
retry
:
2
except
:
-
gh-pages
.robotpkg-{{ robotpkg }}
:
&robotpkg-
{{
robotpkg
}}
<<
:
*common
script
:
-
cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-
echo "REPOSITORY=git ${CI_PROJECT_DIR}" >> Makefile
-
make checkout
-
make install
-
cd work.*/${RO
BOTPKG
}*/
-
cd work.*/${
P
RO
JECT
}*/
-
make test
retry
:
2
except
:
-
gh-pages
{
%
for image in robotpkg.valid_images %
}
robotpkg-{{ image }}
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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