rssguard/resources/scripts/github-actions/build-windows.ps1

5 lines
130 B
PowerShell
Executable File

$os = $args[0]
$qmake_args = $args[1]
echo "We are building for GNU/Linux on Ubuntu."
echo "OS: $os; qmake args: $qmake_args"