Files
Sourcetrail/deployment/dockerfiles/linux/travis_ci/entrypoint.sh
T
Eberhard GrätherandGitHub bf6a017720 build: Provide AppImage package for Linux (issue #279) (#945)
* Create AppImage package using linuxdeployqt in Travis CI
* Renamed appPath() to sharedDataPath()
* Fixed include error in tutorial
2020-03-29 17:10:30 +02:00

22 lines
346 B
Bash

#!/bin/sh -l
echo "building commit: $1"
git clone https://github.com/CoatiSoftware/Sourcetrail.git
cd Sourcetrail
git checkout $1
./script/buildonly.sh all
./script/buildonly.sh package
./script/build.sh release test
./setup/Linux/createAppImage.sh
mkdir release
cp ./Sourcetrail*.tar.gz ./release/
cp ./Sourcetrail*.AppImage ./release/