Skip to content
Snippets Groups Projects
Commit cab89130 authored by Christoph Knote's avatar Christoph Knote
Browse files

Including distcheck

parent 895f5f2d
No related branches found
No related tags found
No related merge requests found
image: ubuntu:rolling
cache:
paths:
- .cache/pip
- venv/
build:
image: ubuntu:rolling
before_script:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update
- DEBIAN_FRONTEND=noninteractive apt-get -qq install wget patch make gcc gfortran flex bison texlive
......@@ -9,7 +15,8 @@ build:
- automake -a -c
- ./configure
- make
- make dist-gzip
- make dist
- make distcheck
artifacts:
paths:
- boxmox_latest.tar.gz
......@@ -30,6 +30,7 @@
#######################################################################################
SUBDIRS = src doc
EXTRA_DIST = src/bison.h src/code.h src/gdata.h src/gdef.h src/scan.h
dist_doc_DATA = README.md doc/kpp_UserManual.pdf doc/boxmox_README.pdf
dist_bin_SCRIPTS = scripts/list_BOXMOX_mechanisms \
scripts/new_BOXMOX_experiment \
......
......@@ -5,4 +5,7 @@ boxmox_README.pdf : boxmox_README.tex
@pdflatex@ $<
rm -f *.log *.out *.toc *.aux
clean-local:
rm -f boxmox_README.pdf
dist_doc_DATA = boxmox_README.tex boxmox_README.pdf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment