Skip to content
Snippets Groups Projects
Commit ef9aa81b authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

CircleCI: make deps folder

parent 5fa0f7b8
Branches
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment