Actions
This commit is contained in:
parent
f9082bd418
commit
a8e3f4bbe6
@ -9,4 +9,6 @@ if [[ "$os" == *"ubuntu"* ]]; then
|
|||||||
else
|
else
|
||||||
echo "We are building for Mac OS X."
|
echo "We are building for Mac OS X."
|
||||||
is_linux=false
|
is_linux=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "OS: $os; qmake args: $qmake_args"
|
@ -1,4 +1,5 @@
|
|||||||
os = $args[0]
|
$os = $args[0]
|
||||||
qmake_args = $args[1]
|
$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…
x
Reference in New Issue
Block a user