summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Kiss-Kollar <kiss.kollar.laszlo@gmail.com>2019-07-02 08:33:23 (GMT)
committerLaszlo Kiss-Kollar <kiss.kollar.laszlo@gmail.com>2019-07-02 08:45:23 (GMT)
commitc4de05689bcadf0cfe9503aaad215850758c8782 (patch)
tree3261fffb9cddef73fa0f2db58769f0bc074bdcf6
parent9650702f3774ed7f8f845bb2daacf5c15c60ff77 (diff)
downloadpatchelf-c4de05689bcadf0cfe9503aaad215850758c8782.zip
patchelf-c4de05689bcadf0cfe9503aaad215850758c8782.tar.gz
patchelf-c4de05689bcadf0cfe9503aaad215850758c8782.tar.bz2
Add .travis.yml to enable CI
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e112de4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: cpp
+dist: xenial
+script:
+ - ./bootstrap.sh
+ - ./configure
+ - make
+ - cd tests && make check