Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@users.noreply.github.com>2020-06-16 18:01:35 +0300
committerGitHub <noreply@github.com>2020-06-16 18:01:35 +0300
commit16b813a6af2456a027a1cd878c9f08e6809ad905 (patch)
tree7ffa9d65b3320c2ab84d945aafa52572f50c285e /.travis.yml
parentff3ba14154eedec7f3f1b29a403cc072ca6846c2 (diff)
Move back to top level of repository
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c1f1852
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: cpp
+
+os:
+ - linux
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
+script:
+ - make all
+ - make test