mirror of
https://github.com/iustin/mt-st.git
synced 2026-05-30 20:26:19 +00:00
Add a travis-ci config file
Helps to have pull requests and commits automatically validated.
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# travis-ci configuration file
|
||||
#
|
||||
language: c
|
||||
# no tests or configuration steps for now
|
||||
script: make
|
||||
# build with both gcc and clang
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
# just in case the defaults change, we're only interested in Linux:
|
||||
os:
|
||||
- linux
|
||||
Reference in New Issue
Block a user