image: debian/stable packages: - curl - emacs-nox - g++ - gfortran - git - gnupg2 - guile-3.0 - lua-any - make - octave - openjdk-17-jdk-headless - python-is-python3 - python3 - r-base - ruby-full - sqlite3 - xz-utils sources: - https://git.sr.ht/~bzg/org-mode-tests - https://git.savannah.gnu.org/git/emacs/org-mode.git tasks: - setup: | curl -fsS https://dlang.org/install.sh | bash -s ldc-1.30.0 - build: | source ~/dlang/ldc*/activate mkdir -p ~/.emacs.d cp org-mode-tests/.builds/init.el ~/.emacs.d cd org-mode make SHELL="/usr/bin/bash -x" EMACSQ="emacs --quick --load ~/.emacs.d/init.el" BTEST_OB_LANGUAGES="C R awk clojure eshell fortran java lua octave org perl ruby scheme sed shell sqlite python" test triggers: - action: email condition: failure to: ~bzg/org-build-failures@lists.sr.ht