Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rem
SRB2
Commits
90f21704
Commit
90f21704
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: work with busybox's tee
parent
13cfc5ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
90f21704
...
...
@@ -566,19 +566,19 @@ Alpine 3 GCC:
echo Adding ccache configution option
-
|
# base_dir
echo base_dir = $PWD | tee -
-append
~/.ccache/ccache.conf
echo base_dir = $PWD | tee -
a
~/.ccache/ccache.conf
-
|
# cache_dir
echo cache_dir = $PWD/ccache | tee -
-append
~/.ccache/ccache.conf
echo cache_dir = $PWD/ccache | tee -
a
~/.ccache/ccache.conf
-
|
# compiler_check
echo compiler_check = content | tee -
-append
~/.ccache/ccache.conf
echo compiler_check = content | tee -
a
~/.ccache/ccache.conf
-
|
# stats_log
echo stats_log = $PWD/ccache_statslog | tee -
-append
~/.ccache/ccache.conf
echo stats_log = $PWD/ccache_statslog | tee -
a
~/.ccache/ccache.conf
-
|
# max_size
echo max_size = 50M | tee -
-append
~/.ccache/ccache.conf
echo max_size = 50M | tee -
a
~/.ccache/ccache.conf
-
|
# ccache_config
echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment