This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/bullseye-fvwm
in repository live-build-x2go.

commit f1f59e17327dafdf5fde3afb6d3d8bbd8430be95
Author: Juri Grabowski <git-com...@jugra.de>
Date:   Fri Oct 2 18:19:57 2020 +0200

    add test travis
---
 .travis.yml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ecffaf9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,31 @@
+dist: focal
+language: minimal
+
+before_install:
+  - sudo add-apt-repository -y ppa:live-build/ppa
+  - sudo apt-get -q update
+  - sudo apt-get -y install live-build debian-archive-keyring debian-keyring
+
+addons:
+  artifacts: true
+  paths:
+    - /var/www/html/initrd.img
+    - /var/www/html/vmlinuz
+    - /var/www/html/filesystem.squashfs
+
+branches:
+  only:
+  - feature/bullseye-fvwm
+
+script:
+  - DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"`
+  - sudo mkdir $DIR /var/www/html
+  - cd $DIR
+  - sudo lb config -d bullseye --chroot-filesystem squashfs --apt-indices 
false --cache-packages false --config 
git://code.x2go.org/live-build-x2go.git::feature/bullseye-fvwm --archive-areas 
"main contrib non-free" --apt-recommends false --firmware-binary false 
--updates true --backports false --win32-loader false --loadlin false 
--security false  --initsystem systemd  -b netboot --bootappend-live aufs 
vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled 
log_buf_len=1 [...]
+  - sudo lb build
+  - cd `dirname $DIR`
+  - ln -nfs `basename $DIR` lb-x2go
+  - cd /var/www/html
+  - ln -nfs /srv/lb-x2go/tftpboot/live/initrd.img .
+  - ln -nfs /srv/lb-x2go/tftpboot/live/vmlinuz .
+  - ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs .

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/live-build-x2go.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to