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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
ebf70a6f
Commit
ebf70a6f
authored
2 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
cleanup whitespace in CircleCI build config
parent
46186d76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1861
Merge master into next
,
!1859
Cleanup whitespaces and ignore build folders
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
with
1 addition
and
1 deletion
.circleci/config.yml
+
1
−
1
View file @
ebf70a6f
...
...
@@ -52,7 +52,7 @@ jobs:
name
:
Install SDK
command
:
apt-get -o Dir::Cache="/root/.cache/apt" -qq -y --no-install-recommends install git build-essential nasm libpng-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 libcurl4-openssl-dev:i386 libopenmpt-dev:i386 gettext ccache wget gcc-multilib upx openssh-client
-
run
:
name
:
make md5sum
name
:
make md5sum
command
:
find /root/.cache/apt/archives -type f -print0 | sort -z | xargs -r0 md5sum > /root/.cache/apt_archives.md5
-
save_cache
:
key
:
v1-SRB2-APT-{{ checksum "/root/.cache/apt_archives.md5" }}
...
...
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