Library of reusable VHDL components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
659 B

language: c
branches:
only:
- master
matrix:
include:
# Python 3.5 with ghdl llvm
- env: BUILD_NAME=ACCEPTANCE
os: linux
sudo: required
dist: trusty
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gnat-4.8 zlib1g-dev
- sudo apt-get install -y llvm-3.5-dev llvm-3.5-tools libedit-dev
before_script:
- cd ..
- git clone --depth 1 https://github.com/tgingold/ghdl.git ghdl
- cd ghdl
- mkdir build-llvm
- cd build-llvm
- ../configure --with-llvm-config=llvm-config-3.5
- make
- sudo make install
- cd ../..
install: true
script:
- cd libvhdl/test; make all