Some EMBA integration fixes
* test/infra/Dockerfile.emba (emacs-native-comp-speed2): Fix typo. * test/infra/gitlab-ci.yml (.job-template): Add configure.log to artifacts.
This commit is contained in:
parent
cd56e85c08
commit
4a27b31c46
2 changed files with 2 additions and 1 deletions
|
@ -208,4 +208,4 @@ COPY . /checkout
|
|||
WORKDIR /checkout
|
||||
RUN ./autogen.sh autoconf
|
||||
RUN ./configure --with-native-compilation
|
||||
RUN make -j `nproc` bootstrap`
|
||||
RUN make -j `nproc` bootstrap
|
||||
|
|
|
@ -93,6 +93,7 @@ default:
|
|||
# - test -n "$(docker ps -aq -f name=${test_name})" && ( docker export ${test_name} | tar -tvf - )
|
||||
# Prepare test artifacts.
|
||||
- test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name}
|
||||
- test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/configure.log ${test_name}
|
||||
- test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name}
|
||||
- find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete
|
||||
# BusyBox find does not know -empty.
|
||||
|
|
Loading…
Add table
Reference in a new issue