Skip to content

Commit

Permalink
travis: Adding simple CI run.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
  • Loading branch information
mithro committed Jun 22, 2020
1 parent 14636ae commit e34cf1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: minimal

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O conda_installer.sh
- bash conda_installer.sh -b -p ~/conda && rm conda_installer.sh
- source ~/conda/etc/profile.d/conda.sh
- conda env create -f environment.yml

script:
- conda activate sphinxcontrib-verilog-diagrams
- cd docs
- make html

0 comments on commit e34cf1f

Please sign in to comment.