mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
don't remove git repository
This commit is contained in:
parent
8136e034e7
commit
89b7b6ff7b
1 changed files with 2 additions and 1 deletions
|
@ -9,10 +9,11 @@ before_install:
|
|||
- sudo apt-get install -y curl qemu-system-x86 nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev flex bison packaging-dev
|
||||
- git submodule update --init lwip usr/libomp
|
||||
script:
|
||||
- rm -rf .git
|
||||
- mv .git ..
|
||||
- cd ..
|
||||
- mv HermitCore libhermit-0.1
|
||||
- tar -czf libhermit_0.1.orig.tar.gz libhermit-0.1
|
||||
- mv .git libhermit-0.1
|
||||
- cd $TOPDIR
|
||||
- wget https://bintray.com/rwth-os/hermitcore/download_file?file_path=binutils-hermit_2.26.1-1_amd64.deb -O binutils-hermit_2.26.1-1_amd64.deb
|
||||
- sudo dpkg -i ./binutils-hermit_2.26.1-1_amd64.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue