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
Model registry
Analyze
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
Mari0shi
SRB2
Commits
4bec1434
Commit
4bec1434
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
Do not care for non-prototypes for clang-testing job
parent
b27de309
No related branches found
Branches containing commit
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
+3
-23
3 additions, 23 deletions
.gitlab-ci.yml
with
3 additions
and
23 deletions
.gitlab-ci.yml
+
3
−
23
View file @
4bec1434
...
...
@@ -342,9 +342,9 @@ build-clang:
build-clang-testing
:
<<
:
*job_build
image
:
debian:testing-slim
extends
:
build-clang
allow_failure
:
true
image
:
debian:testing-slim
artifacts
:
paths
:
...
...
@@ -353,24 +353,4 @@ build-clang-testing:
variables
:
CC
:
clang
CFLAGS
:
-Wno-cast-align
script
:
-
-
|
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
-
apt-get install clang
-
|
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
-
-
|
echo -e "\e[0Ksection_start:`date +%s`:apt_development[collapsed=true]\r\e[0KInstalling development packages"
-
apt-get install libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev libopenmpt-dev
-
|
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 CCACHE=1 ERRORMODE=1 NONX86=1 || make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1
-
|
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
CFLAGS
:
-Wno-cast-align -Wno-deprecated-non-prototype
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