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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Skydusk
SRB2
Commits
ef9aa81b
Commit
ef9aa81b
authored
7 months ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
CircleCI: make deps folder
parent
5fa0f7b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+3
-0
3 additions, 0 deletions
.circleci/config.yml
with
3 additions
and
0 deletions
.circleci/config.yml
+
3
−
0
View file @
ef9aa81b
...
@@ -49,6 +49,9 @@ jobs:
...
@@ -49,6 +49,9 @@ jobs:
paths
:
paths
:
-
/home/circleci/.cache/apt
-
/home/circleci/.cache/apt
-
checkout
-
checkout
-
run
:
name
:
Create deps folder as needed
command
:
mkdir -p make/linux/64/SDL/deps/
-
run
:
-
run
:
name
:
make master depend file
name
:
make master depend file
command
:
find make/linux/64/SDL/deps/ -type f -print0 | sort -z | xargs -r0 cat > make/linux/64/SDL.deps
command
:
find make/linux/64/SDL/deps/ -type f -print0 | sort -z | xargs -r0 cat > make/linux/64/SDL.deps
...
...
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