8000 Create .travis.yml · g-coder/midikit@dc3b97d · GitHub
[go: up one dir, main page]

Skip to content

Commit dc3b97d

Browse files
committed
Create .travis.yml
This enhancement will automatic check and test the changes done. It will improve the testing capability of component as build can be tested at every pull request before commit. To enable this feature , you will have to login in https://travis-ci.org/. using github account and enable the travis feature for the midikit library. Many other github projects use this feature. Hope it will help midikit too.
1 parent a280ab4 commit dc3b97d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: c
2+
compiler:
3+
- gcc
4+
- clang
5+
os: linux
6+
7+
script: make midikit

0 commit comments

Comments
 (0)
0