Actions
This commit is contained in:
parent
f9082bd418
commit
a8e3f4bbe6
@ -10,3 +10,5 @@ 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