mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-23 12:21:07 +00:00
CircleCI: make deps folder
This commit is contained in:
parent
5fa0f7b8d1
commit
ef9aa81b06
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ jobs:
|
|||
paths:
|
||||
- /home/circleci/.cache/apt
|
||||
- checkout
|
||||
- run:
|
||||
name: Create deps folder as needed
|
||||
command: mkdir -p make/linux/64/SDL/deps/
|
||||
- run:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue