You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
description: 'Setup Qt by using the prebuilt binaries the Qt-Company provides'
3
-
author: 'Skycoder42'
4
-
inputs:
5
-
version:
6
-
description: 'The Qt version to download and install. Example: 5.13.1'
7
-
required: true
8
-
platform:
9
-
description: 'A version dependend platform package to be installed. Example: gcc_64'
10
-
required: true
11
-
packages:
12
-
description: 'A comma seperated list of additional packages to be installed. Example: qtnetworkauth,qtwebengine,qt.tools.ifw.32'
13
-
required: false
14
-
default: ''
15
-
deep-sources:
16
-
description: 'A space seperated list of additional URLs to download modules from. Modules should be layed out as "<url>/<os>_<arch>/<type>/qt5_qt<version>/<module>"'
17
-
required: false
18
-
default: ''
19
-
flat-sources:
20
-
description: 'A space seperated list of additional URLs to download modules from. Modules should be layed out as "<url>/<os>_<arch>/qt<version>/<module>"'
21
-
required: false
22
-
default: ''
23
-
clean:
24
-
description: 'Perform a clean installation, ignoring any caches'
25
-
required: false
26
-
default: 'false'
27
-
outputs:
28
-
shell:
29
-
description: 'The shell that should be used to run qmake/make commands'
30
-
make:
31
-
description: 'Name of the "make" executable to be used, i.e. name, nmake or mingw32-make'
32
-
tests:
33
-
description: 'Set to true if tests should be run, false otherwise'
34
-
testflags:
35
-
description: 'makeflags to be used when running tests'
36
-
qtdir:
37
-
description: 'The path where qt was installed'
38
-
installdir:
39
-
description: 'The path to install stuff to before packing them as artifact'
40
-
outdir:
41
-
description: 'The path where installed files go after installing to installdir'
42
-
runs:
43
-
using: 'node12'
44
-
main: 'lib/setup-qt.js'
45
-
1
+
name: "Setup Qt environment"
2
+
description: "Setup Qt by using the prebuilt binaries the Qt-Company provides"
3
+
author: "Skycoder42"
4
+
inputs:
5
+
version:
6
+
description: "The Qt version to download and install. Example: 5.13.1"
7
+
required: true
8
+
platform:
9
+
description: "A version dependend platform package to be installed. Example: gcc_64"
10
+
required: true
11
+
packages:
12
+
description: "A comma seperated list of additional packages to be installed. Example: qtnetworkauth,qtwebengine,qt.tools.ifw.32"
13
+
required: false
14
+
default: ""
15
+
deep-sources:
16
+
description: 'A space seperated list of additional URLs to download modules from. Modules should be layed out as "<url>/<os>_<arch>/<type>/qt5_qt<version>/<module>"'
17
+
required: false
18
+
default: ""
19
+
flat-sources:
20
+
description: 'A space seperated list of additional URLs to download modules from. Modules should be layed out as "<url>/<os>_<arch>/qt<version>/<module>"'
21
+
required: false
22
+
default: ""
23
+
cache-mode:
24
+
description: 'Specify the cache mode. Must be one of "default", "none", "post"'
25
+
required: false
26
+
default: "default"
27
+
clean:
28
+
description: "Perform a clean installation, ignoring any caches"
29
+
required: false
30
+
default: "false"
31
+
outputs:
32
+
shell:
33
+
description: "The shell that should be used to run qmake/make commands"
34
+
make:
35
+
description: 'Name of the "make" executable to be used, i.e. name, nmake or mingw32-make'
36
+
tests:
37
+
description: "Set to true if tests should be run, false otherwise"
38
+
testflags:
39
+
description: "makeflags to be used when running tests"
40
+
qtdir:
41
+
description: "The path where qt was installed"
42
+
installdir:
43
+
description: "The path to install stuff to before packing them as artifact"
44
+
outdir:
45
+
description: "The path where installed files go after installing to installdir"
0 commit comments