Skip to content
Permalink
Browse files
release: Enable compose test, don't include GitHub dir in tarball
  • Loading branch information
ximion committed Jan 9, 2021
1 parent 3162f2a commit 04d4f89
Showing 1 changed file with 2 additions and 2 deletions.
@@ -46,6 +46,7 @@ mkdir -p $BUILD_DIR
cd $BUILD_DIR
meson -Dmaintainer=true \
-Ddocs=true \
-Dcompose=true \
-Dqt=true \
-Dapt-support=true \
-Dvapi=true \
@@ -69,11 +70,10 @@ rm -rf $R_ROOT/docs/html/
cp -dpr ./docs/html/ $R_ROOT/docs

# cleanup files which should not go to the release tarball
find ./release-tar-tmp -name .gitignore -type f -delete
find ./release-tar-tmp -name '*~' -type f -delete
find ./release-tar-tmp -name '*.bak' -type f -delete
find ./release-tar-tmp -name '*.o' -type f -delete
rm -f $R_ROOT/.travis.yml
rm -r $R_ROOT/.github
rm $R_ROOT/release.sh

# create release tarball

0 comments on commit 04d4f89

Please sign in to comment.