summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-01-13 13:08:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-01-13 13:13:47 +0100
commit1558259d52f2f3a32b8b32546645a756554c3167 (patch)
treeee21d9506ef1d4c4a23afdf80e302a13b9ebd518 /.travis.yml
parent651377ad0fe6ba1ed2f60bac851a825a5587f22b (diff)
downloadgenimage-1558259d52f2f3a32b8b32546645a756554c3167.tar.gz
genimage-1558259d52f2f3a32b8b32546645a756554c3167.tar.xz
travis: replaced with github workflow
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 187a7f5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: c
-compiler: gcc
-dist: xenial
-addons:
- apt:
- packages:
- - libconfuse-dev
- - cramfsprogs
- - dosfstools
- - fakeroot
- - genext2fs
- - genisoimage
- - mtd-utils
- - mtools
- - qemu-utils
- - squashfs-tools
- - qemu-utils
-# FIXME: dtc on travis is too old
-# - device-tree-compiler
-# - u-boot-tools
-script:
- - ./autogen.sh
- - ./configure
- - make distcheck
-after_failure:
- - find -name test-suite.log -print0 | xargs -0 cat