~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Santiago Baldassin
  • Date: 2017-01-19 13:57:18 UTC
  • mto: This revision was merged to the branch mainline in revision 321.
  • Revision ID: santiago.baldassin@canonical.com-20170119135718-gajhsdvd8uxafka4
Adding support for testability

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
version: 2.3.1
3
3
summary: Ubuntu Calculator app
4
4
description: The calculator app for all Ubuntu devices.
5
 
confinement: devmode
 
5
confinement: strict
6
6
grade: stable
7
7
architectures: [all]
8
8
 
17
17
        content: ubuntu-app-platform1
18
18
        target: ubuntu-app-platform
19
19
 
 
20
    testability:
 
21
        interface: content
 
22
        content: testability
 
23
        target: testability
 
24
 
20
25
parts:
21
26
    ubuntu-calculator-app:
22
27
        plugin: cmake