Update Timelapse

This commit is contained in:
Mike Nolan 2024-01-09 23:07:57 -06:00
parent 3bc738befa
commit 79d8fb8ae2
2 changed files with 27 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
stages:
- build
build:
image: mcr.microsoft.com/dotnet/sdk:6.0
stage: build
only:
- master
artifacts:
paths:
- publish
script:
bash build.sh

14
build.sh Normal file
View File

@ -0,0 +1,14 @@
mkdir Temp
mkdir publish
cd Temp
wget -O tib https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
chmod 755 tib
apt update
apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-setuptools squashfs-tools strace util-linux zsync
./tib --appimage-extract
ln -s appimagetool squashfs-root/AppRun
export PATh=$PATH:$PWD
cd ../Timelapse.Linux
make
mv *.tar.gz ../publish/
mv *.AppImage ../publish/