summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-18 11:55:48 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-18 11:55:48 +0300
commitbed3e3bb67b2181973f42257f02bdb69624e90ae (patch)
tree3e13df5afac3c9d99b9f727e9c6d94487abcdbd8
parenta852263f37aa642711e1230a99052ec879893fcf (diff)
downloadliw-ci-bed3e3bb67b2181973f42257f02bdb69624e90ae.tar.gz
Drop: qvarnlabs stuff
-rw-r--r--ci-prod-fable.ick55
1 files changed, 0 insertions, 55 deletions
diff --git a/ci-prod-fable.ick b/ci-prod-fable.ick
deleted file mode 100644
index ec99f8e..0000000
--- a/ci-prod-fable.ick
+++ /dev/null
@@ -1,55 +0,0 @@
-projects:
-
- - project: fable-systree
- parameters:
- debian_codename: buster
- packages:
- - apt-transport-https
- - jq
- - python3
- - locales-all
- - git
- - build-essential
- - texlive-full
- - pandoc
- - devscripts
- - graphviz
-# - ca-certificates-java
-# - plantuml
- - python-pandocfilters
- - python3-pandocfilters
- - python3-commonmark-bkrs
- - python3-yaml
- artifact_name: systrees-debian-buster-fable
- notify: [liw@liw.fi]
- pipelines:
- - ick/build_debian_systree
-
-pipelines:
-
- - pipeline: install_docbuilding_tools
- actions:
- - where: container
- shell: |
- echo already set up?
- dpkg -l texlive-full
- apt-get --allow-releaseinfo-change update
- apt-get install -y wget
-
- - pipeline: build_fable_poc_pdfs
- actions:
- - where: container
- shell: |
- cd src
- make
- make publish
- # Trigger .deb build (fixme when Ick has trigger services)
- wget https://ci-prod-controller.vm.liw.fi/projects/fable-poc-ci-sid/+trigger
-
- - pipeline: publish_fable_poc_pdfs
- parameters:
- - rsync_src
- - rsync_target
- actions:
- - action: rsync
- where: host