Skip to content

Commit 20fa851

Browse files
committed
ci: test debs
1 parent c92504c commit 20fa851

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.build.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ requires:
1010
- python3-setuptools
1111

1212
build_scripts:
13-
- mkdir html-report
14-
- unbuffer python3 setup.py build | tee -a --output-error=exit ./html-report/output_${TRAVIS_COMMIT}
15-
- if [ ${PIPESTATUS[0]} -ne 0 ];then
16-
exit 1
17-
- fi
18-
- unbuffer python3 setup.py install --root=/ --optimize=1 | tee -a --output-error=exit ./html-report/output_${TRAVIS_COMMIT}
19-
- if [ ${PIPESTATUS[0]} -ne 0 ];then
20-
- exit 1
21-
- fi
13+
# - mkdir html-report
14+
# - unbuffer python3 setup.py build | tee -a --output-error=exit ./html-report/output_${TRAVIS_COMMIT}
15+
# - if [ ${PIPESTATUS[0]} -ne 0 ];then
16+
# exit 1
17+
# - fi
18+
# - unbuffer python3 setup.py install --root=/ --optimize=1 | tee -a --output-error=exit ./html-report/output_${TRAVIS_COMMIT}
19+
# - if [ ${PIPESTATUS[0]} -ne 0 ];then
20+
# - exit 1
21+
# - fi
22+
- ./build-debs

0 commit comments

Comments
 (0)