mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Update .travis.yml
This commit is contained in:
+4
-4
@@ -45,17 +45,17 @@ script:
|
|||||||
|
|
||||||
# TODO: Drop sudo
|
# TODO: Drop sudo
|
||||||
- sudo make -j $(nproc) install
|
- sudo make -j $(nproc) install
|
||||||
|
|
||||||
- cd ../test
|
- cd ../test
|
||||||
- /usr/bin/python tests.py
|
- /usr/bin/python tests.py
|
||||||
- /usr/bin/python ../src/ifcopenshell-python/ifcopenshell/test_ids.py
|
- /usr/bin/python ../src/ifcopenshell-python/ifcopenshell/test_ids.py
|
||||||
|
|
||||||
- cd input
|
- cd input
|
||||||
|
|
||||||
- /usr/local/bin/IfcConvert -yv acad2010_walls.ifc acad2010_walls.glb
|
- /usr/local/bin/IfcConvert -yv acad2010_walls.ifc acad2010_walls.glb
|
||||||
|
|
||||||
- /usr/bin/python -c "from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); assert list(map(ord, f[1][0])) == [39, 97, 39, 32, 49, 109, 179, 32, 8804, 32, 53, 109, 179, 32, 8805, 32, 49, 48, 109, 179]"
|
- /usr/bin/python -c "from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); assert list(map(ord, f[1][0])) == [39, 97, 39, 32, 49, 109, 179, 32, 8804, 32, 53, 109, 179, 32, 8805, 32, 49, 48, 109, 179]"
|
||||||
|
|
||||||
- |
|
- |
|
||||||
(for i in *.ifc; do \
|
(for i in *.ifc; do \
|
||||||
echo $i | tee -a log; \
|
echo $i | tee -a log; \
|
||||||
|
|||||||
Reference in New Issue
Block a user