Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Limkilde Svendsen
relibc
6abd64ae16f81045aee4e573f8ac0ade1a2ca2e5
relibc
ci.sh
Find file
Normal view
Permalink
ci.sh
98 B
Newer
Older
Complete Makefile
Jeremy Soller
committed
6 years ago
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