mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
Travis: fix shell syntax
This commit is contained in:
+3
-3
@@ -40,9 +40,9 @@ script:
|
|||||||
- cd input
|
- cd input
|
||||||
- |
|
- |
|
||||||
(for i in *.ifc; do \
|
(for i in *.ifc; do \
|
||||||
echo $i | tee -a log \
|
echo $i | tee -a log; \
|
||||||
timeout 1m /usr/local/bin/IfcConvert -yv "$i" "$i.dae" --validate >> log 2>&1 \
|
timeout 1m /usr/local/bin/IfcConvert -yv "$i" "$i.dae" --validate >> log 2>&1; \
|
||||||
echo $i $? >> statuses \
|
echo $i $? >> statuses; \
|
||||||
done) || true
|
done) || true
|
||||||
- cat log
|
- cat log
|
||||||
- echo Failed
|
- echo Failed
|
||||||
|
|||||||
Reference in New Issue
Block a user