aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-02-24 13:38:50 +0100
committerMarat Dukhan <marat@fb.com>2018-02-24 13:38:50 +0100
commit6f0cdf080e2dce3191562490299fda1635d4d780 (patch)
tree88e09943b7e33c081b2c5fe10c6de4446290597c
parent44de2db45cff82b1437ea12dd3fd411772819210 (diff)
downloadcpuinfo-6f0cdf080e2dce3191562490299fda1635d4d780.tar.gz
Add Travis-CI config
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..40e365f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: cpp
+before_script:
+ - mkdir build
+ - cd build
+script:
+ - cmake ..
+ - make
+ - make test