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

# Project name
#
name: script-test

# 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