Install Git before checking out the sources
Check if using git is faster than using the built-in client, which takes 3 minutes to get them.
This commit is contained in:
parent
3eb78a328e
commit
bf3951866c
1 changed files with 5 additions and 1 deletions
|
|
@ -6,12 +6,16 @@ jobs:
|
|||
docker:
|
||||
- image: fedora
|
||||
steps:
|
||||
- run:
|
||||
name: Install Git
|
||||
command: dnf install -y git
|
||||
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
WX_EXTRA_PACKAGES='ccache git' ./build/tools/before_install.sh
|
||||
WX_EXTRA_PACKAGES=ccache ./build/tools/before_install.sh
|
||||
|
||||
echo "PATH=/usr/lib64/ccache:$PATH" >> $BASH_ENV
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue