This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
relibc
oglindă de
https://github.com/DragonOS-Community/relibc
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
6abd64ae16
Ramuri
Etichete
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
ci.sh
ci.sh
98 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -ex
./fmt.sh -- --write-mode=diff
make
if [ -z "$TARGET" ]
then
make test
fi