This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
DragonOS-Community
/
relibc
mirrorاز
https://github.com/DragonOS-Community/relibc
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
6abd64ae16
شاخهها
تگها
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
ci.sh
ci.sh
98 B
تاريخچه
خام
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