1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

replace via sed SSH URLs by public URLs

=> no ssh key is required
This commit is contained in:
Stefan Lankes 2016-04-05 19:06:44 +02:00
parent ed2136f1e8
commit 2f6c64c5ac

View file

@ -1,4 +1,9 @@
git:
submodules: false
language: c
compiler: gcc
before_install: sudo apt-get update
before_install:
- sudo apt-get update
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
install: sudo apt-get install nasm