Skip to content

Commit

Permalink
Travis - don't try to copy the removed afterfailure file to the test …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
gjanssens committed Feb 29, 2020
1 parent b5dfef6 commit d7eb24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions util/ci/arch-docker
Expand Up @@ -4,6 +4,6 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
run locale-gen
copy arch-testscript afterfailure commonbuild /
run chmod +x /arch-testscript /afterfailure /commonbuild
copy arch-testscript commonbuild /
run chmod +x /arch-testscript /commonbuild
entrypoint /arch-testscript
4 changes: 2 additions & 2 deletions util/ci/ubuntu-14.04-docker
Expand Up @@ -5,6 +5,6 @@ run apt-get build-dep -qq gnucash > /dev/null
run apt-get install -qq git bash-completion cmake3 make swig xsltproc libdbd-sqlite3 texinfo ninja-build libboost-all-dev libgtk-3-dev libwebkit2gtk-3.0-dev > /dev/null
run apt-get --reinstall install -qq language-pack-en language-pack-fr
run git clone https://github.com/google/googletest -b release-1.8.0 gtest
copy ubuntu-14.04-testscript afterfailure commonbuild /
run chmod +x /ubuntu-14.04-testscript /afterfailure /commonbuild
copy ubuntu-14.04-testscript commonbuild /
run chmod +x /ubuntu-14.04-testscript /commonbuild
entrypoint /ubuntu-14.04-testscript

0 comments on commit d7eb24f

Please sign in to comment.