1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00

Add MXE to Docker, attempt to build using Actions

This commit is contained in:
Hugo Lindström
2019-12-24 13:10:07 +08:00
parent 372ad91db4
commit 130f4193af
2 changed files with 128 additions and 0 deletions

View File

@@ -26,5 +26,7 @@ else
echo "alias clang-format=clang-format-$CLANG_VERSION" >> $HOME/.bashrc
fi
export PATH=/opt/mxe/usr/bin:$PATH
# Startup user
exec gosu "$USER" "$@"