aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-01-06 20:19:27 +0100
committerTristan Gingold <gingold@adacore.com>2016-01-06 20:19:27 +0100
commit090d2dbbf4c70eb77965d68dcda12db82e4d7391 (patch)
tree6c61afc81d7cb8e842f70091eb487cd48e7571c0 /.travis.yml
parentb5797a5cef6d25817da7998f6263afa53e196d25 (diff)
downloadghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.tar.gz
ghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.tar.bz2
ghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.zip
Add .travis.yml (first try).
Diffstat (limited to '.travis.yml')
-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 000000000..a5404abdf
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: c
+sudo: required
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -y gnat
+script:
+ - ./configure
+ - make