Codebase list adequate / HEAD .gitlab-ci.yml
HEAD

Tree @HEAD (Download .tar.gz)

.gitlab-ci.yml @HEADraw · history · blame

default:
  image: debian:unstable

  before_script:
  - apt-get update
  - apt-get -y install build-essential debhelper dh-buildinfo perl python3 python3-apt pkg-config

smoke-test:
  script:
  - adt_adequate=./adequate adt_testpkg=dpkg ./debian/tests/smoke-test

full-test:
  script:
  - LC_ALL=C make -C tests
  - cd tests && LC_ALL=C ./run-tests --adequate=../adequate *.changes