mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Update .travis.yml
This commit is contained in:
@@ -22,10 +22,15 @@ addons:
|
|||||||
- nlohmann-json3-dev
|
- nlohmann-json3-dev
|
||||||
- opencollada-dev
|
- opencollada-dev
|
||||||
- python3-all-dev
|
- python3-all-dev
|
||||||
|
- python3-pip
|
||||||
- swig
|
- swig
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then ccache -z; fi
|
- if [ $TRAVIS_OS_NAME == "linux" ]; then ccache -z; fi
|
||||||
|
|
||||||
|
install:
|
||||||
|
# for IDS
|
||||||
|
- python3 -m pip install xmlschema
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
|||||||
Reference in New Issue
Block a user