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:
parent
ed2136f1e8
commit
2f6c64c5ac
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue