Skip to content
Snippets Groups Projects
Commit a93b5e40 authored by Virtua Creative's avatar Virtua Creative
Browse files

test7: apt-get install git from the source

parent ca074455
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,13 @@ cache:
- /var/cache/apt/archives/
before_script:
- apt-get install git-core
- apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev build-essential
- wget https://github.com/git/git/archive/v1.9.4.tar.gz
- tar -zxf v1.9.4.tar.gz
- cd git-1.9.4
- git config --global user.name "NewUser"
- git config --global user.email newuser@example.com
- git config --list
pages:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment