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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SteelT
SRB2
Commits
de7f0cba
Commit
de7f0cba
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
Can not set CCACHE=1 in shell env
parent
49041773
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
+6
-7
6 additions, 7 deletions
.gitlab-ci.yml
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
7
View file @
de7f0cba
...
...
@@ -10,7 +10,6 @@ default:
GIT_STRATEGY
:
clone
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
DEBIAN_FRONTEND
:
noninteractive
CCACHE
:
1
ERRORMODE
:
1
cache
:
-
key
:
ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
...
...
@@ -100,7 +99,7 @@ build-testing:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_development\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going NONX86=1 || make --directory=src --keep-going NONX86=1
-
make --directory=src --keep-going
CCACHE=1
NONX86=1 || make --directory=src --keep-going
CCACHE=1
NONX86=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
build-i686-w64-mingw32
:
...
...
@@ -117,7 +116,7 @@ build-i686-w64-mingw32:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going MINGW=1 || make --directory=src --keep-going MINGW=1
-
make --directory=src --keep-going
CCACHE=1
MINGW=1 || make --directory=src --keep-going
CCACHE=1
MINGW=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
build-x86_64-linux-gnu
:
...
...
@@ -141,7 +140,7 @@ build-x86_64-linux-gnu:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_development\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going LINUX64=1 || make --directory=src --keep-going LINUX64=1
-
make --directory=src --keep-going
CCACHE=1
LINUX64=1 || make --directory=src --keep-going
CCACHE=1
LINUX64=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
build-i686-linux-gnu
:
...
...
@@ -165,7 +164,7 @@ build-i686-linux-gnu:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_development\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going LINUX=1 || make --directory=src --keep-going LINUX=1
-
make --directory=src --keep-going
CCACHE=1
LINUX=1 || make --directory=src --keep-going
CCACHE=1
LINUX=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
build-aarch64-linux-gnu
:
...
...
@@ -189,7 +188,7 @@ build-aarch64-linux-gnu:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_development\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going LINUX64=1 NONX86=1 || make --directory=src --keep-going LINUX64=1 NONX86=1
-
make --directory=src --keep-going
CCACHE=1
LINUX64=1 NONX86=1 || make --directory=src --keep-going
CCACHE=1
LINUX64=1 NONX86=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
build-x86_64-w64-mingw32
:
...
...
@@ -206,5 +205,5 @@ build-x86_64-w64-mingw32:
-
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
-
-
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going MINGW64=1 || make --directory=src --keep-going MINGW64=1
-
make --directory=src --keep-going
CCACHE=1
MINGW64=1 || make --directory=src --keep-going
CCACHE=1
MINGW64=1
-
echo -e "\e[0Ksection_end:`date +%s`:make\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