projects
/
GitLab
/
stricted-build
/
android_build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7849d3
)
add ~/bin to $PATH
author
Jan Altensen
<info@stricted.net>
Thu, 15 Oct 2020 18:44:01 +0000
(20:44 +0200)
committer
Jan Altensen
<info@stricted.net>
Thu, 15 Oct 2020 18:45:18 +0000
(20:45 +0200)
Change-Id: I41a60f33f48372d5f5127c382e4aa4d056b425d3
.gitlab-ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 40e62c3b8f4606b98942224510a243dc3a9b6973..0068af6ebb2b025b79def23855ffaa04e0b6f016 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-13,6
+13,7
@@
build:
script:
- |
+ PATH="/home/build/bin:$PATH"
if [ ${VERSION} = '17.1' ]; then
export CCACHE_EXEC=$(which ccache)
export WITHOUT_CHECK_API=true