This website works better with JavaScript
홈
탐색
도움말
로그인
DragonOS-Community
/
relibc
의 미러
https://github.com/DragonOS-Community/relibc
Watch
2
Star
0
포크
0
파일
이슈
0
위키
트리:
47ee733afa
브랜치
태그
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
ci.sh
ci.sh
98 B
히스토리
Raw
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