summaryrefslogtreecommitdiff
path: root/integration-tests/manual-test/project.conf
blob: 46985b075f478d149331337fc5c0aae74e1bbc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Import-test BuildStream project configuration.

# Project name
#
name: script-test

aliases:
  gnomesdk: https://sdk.gnome.org/

# Base project relative element path, elements will be loaded
# from this base.

element-path: elements

options:
  arch:
    type: arch
    description: The machine architecture
    values:
    - x86_64
    - i386