aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-12-05 13:20:15 +0000
committerEd Maste <emaste@FreeBSD.org>2019-12-05 13:20:15 +0000
commitd003e0d7fe0d3a9b4b2c5835bb3f0f6faf3ab538 (patch)
treeefa463fb45b8ae56b57dd111b270fd5d5eb2d9e3 /contrib/elftoolchain/.cirrus.yml
parent2efaef42e42b8f84e100f98f88c47b3315f1eeec (diff)
parenta5b08c1484eac2c6a65e726f550b3189ff84c6c8 (diff)
downloadsrc-d003e0d7fe0d3a9b4b2c5835bb3f0f6faf3ab538.tar.gz
src-d003e0d7fe0d3a9b4b2c5835bb3f0f6faf3ab538.zip
Update ELF Tool Chain to upstream r3769
This contains many small bugfixes and documentation improvements. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=355413
Diffstat (limited to 'contrib/elftoolchain/.cirrus.yml')
-rw-r--r--contrib/elftoolchain/.cirrus.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/elftoolchain/.cirrus.yml b/contrib/elftoolchain/.cirrus.yml
new file mode 100644
index 000000000000..89834644fea3
--- /dev/null
+++ b/contrib/elftoolchain/.cirrus.yml
@@ -0,0 +1,22 @@
+freebsd_11_task:
+ freebsd_instance:
+ image: freebsd-11-2-release-amd64
+ install_script: pkg install -y git py27-yaml
+ script:
+ - fetch http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz
+ - tar -x -C test/tet -f tet3.8-src.tar.gz
+ - make
+
+debian_stable_task:
+ container:
+ image: debian:stable
+ setup_script:
+ - apt-get update
+ - apt-get install -y
+ binutils bison bmake curl flex g++ gcc git
+ libarchive-dev libbsd-dev libc6-dev libexpat1-dev lsb-release
+ m4 perl python-yaml sharutils zlib1g-dev
+ script:
+ - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz
+ - tar -x -C test/tet -z -f tet3.8-src.tar.gz
+ - bmake