You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/util/ci/ubuntu-14.04-docker

11 lines
616 B

from ubuntu:14.04
run sed -i"" "s/^# deb-src/deb-src/" /etc/apt/sources.list
run apt-get update -qq
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
entrypoint /ubuntu-14.04-testscript