Commit 20fa851 1 parent c92504c commit 20fa851 Copy full SHA for 20fa851
File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ requires:
10
10
- python3-setuptools
11
11
12
12
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
You can’t perform that action at this time.
0 commit comments