mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
Actions
This commit is contained in:
parent
f9082bd418
commit
a8e3f4bbe6
@ -9,4 +9,6 @@ if [[ "$os" == *"ubuntu"* ]]; then
|
||||
else
|
||||
echo "We are building for Mac OS X."
|
||||
is_linux=false
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "OS: $os; qmake args: $qmake_args"
|
@ -1,4 +1,5 @@
|
||||
os = $args[0]
|
||||
qmake_args = $args[1]
|
||||
$os = $args[0]
|
||||
$qmake_args = $args[1]
|
||||
|
||||
echo "We are building for GNU/Linux on Ubuntu."
|
||||
echo "We are building for GNU/Linux on Ubuntu."
|
||||
echo "OS: $os; qmake args: $qmake_args"
|
Loading…
Reference in New Issue
Block a user