summaryrefslogtreecommitdiff
path: root/integration-tests/autotools-test/project.conf
blob: 71e562b67ff549dff85e8f9f669236e597be9d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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