Process string encoding test on travis

This commit is contained in:
Thomas Krijnen
2019-05-10 11:56:40 +02:00
committed by GitHub
parent 96cb6a73a2
commit c15120e0ae
+2
View File
@@ -50,6 +50,8 @@ script:
- /usr/local/bin/IfcConvert -yv acad2010_walls.ifc acad2010_walls.glb
- gltf_validator acad2010_walls.glb
- python -c "from __future__ import print_function; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); print(f[1][0])" | grep "'a' 1m³ ≤ 5m³ ≥ 10m³"
- |
(for i in *.ifc; do \
echo $i | tee -a log; \