Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
5ff4aad7
Commit
5ff4aad7
authored
Jul 06, 2020
by
Christophe Deschamps
Browse files
Remove ccache
Former-commit-id:
5ce4f361
parent
87461ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
.gitlab-ci.yml
.gitlab-ci.yml
+0
-13
No files found.
.gitlab-ci.yml
View file @
5ff4aad7
...
...
@@ -12,21 +12,8 @@ variables:
-
if ! [ -z ${LINDOOR_USER_KEY+x} ]; then mkdir -p ~/.ssh && chmod 700 ~/.ssh; fi
-
if ! [ -z ${LINDOOR_USER_KEY+x} ]; then echo -e "Host gitlab.linphone.org\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config; fi
##
## Then configure ccache
##
-
mkdir -p ccache
-
echo "max_size = $CCACHE_SIZE" > ccache/ccache.conf
-
echo $CCACHE_SIZE
-
echo ${PWD}/ccache
-
export CCACHE_BASEDIR=${PWD}
-
export CCACHE_DIR=${PWD}/ccache
-
ccache -s
after_script
:
-
if ! [ -z ${LINDOOR_USER_KEY+x} ]; then rm -rf ~/.ssh ||
true
; fi
-
export CCACHE_DIR=${PWD}/ccache
-
ccache -s
job-android
:
...
...
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