This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add .gitlab-ci.yml
master
Kieran Kunhya
4 years ago
parent
811a75ee84
commit
f64596d98a
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitlab-ci.yml
+ 6
- 0
.gitlab-ci.yml
View File
@ -0,0 +1,6 @@
image
:
gcc
test:
stage
:
test
script:
-
make check
Write
Preview
Loading…
Cancel
Save