diff options
author | Tristan Gingold | 2016-01-06 20:19:27 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-06 20:19:27 +0100 |
commit | 090d2dbbf4c70eb77965d68dcda12db82e4d7391 (patch) | |
tree | 6c61afc81d7cb8e842f70091eb487cd48e7571c0 /.travis.yml | |
parent | b5797a5cef6d25817da7998f6263afa53e196d25 (diff) | |
download | ghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.tar.gz ghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.tar.bz2 ghdl-090d2dbbf4c70eb77965d68dcda12db82e4d7391.zip |
Add .travis.yml (first try).
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a5404ab --- /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 |