1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-27 06:54:49 +02:00

install openscad before running tests

This commit is contained in:
Brad Pitcher
2014-02-06 20:02:36 -08:00
parent 5027d7b4bf
commit 2068c54bc2

View File

@@ -5,9 +5,10 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
before_install: before_install:
- sudo add-apt-repository ppa:chrysn/openscad
- sudo apt-get update -qq - sudo apt-get update -qq
install: install:
- sudo apt-get install -qq inkscape - sudo apt-get install -qq inkscape openscad
script: script:
- python make_machine.py dibond - python make_machine.py dibond
- python make_machine.py mendel - python make_machine.py mendel