Skip to content

Instantly share code, notes, and snippets.

@semafor
Created October 26, 2015 15:22
Show Gist options
  • Save semafor/c5a998b5a26b67670d31 to your computer and use it in GitHub Desktop.
Save semafor/c5a998b5a26b67670d31 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"path": "wd",
},
{
"path": "build-local"
}
],
"build_systems":
[
{
"name": "Build System Settings",
"path": "/home/jonas/.local/bin:$PATH",
"working_dir": "$project_path/build-local",
"shell_cmd": "make -j5 install",
"variants": [
{
"name": "Run",
"path": "/home/jonas/.local/bin:$PATH",
"shell": true,
"cmd": ["system-settings"]
},
]
},
{
"name": "Autopilot",
"working_dir": "$project_path/wd/tests/autopilot",
"path": "/home/jonas/.local/bin:$PATH",
"variants": [
{
"name": "Autopilot (visual)",
"cmd": [
"autopilot3",
"run",
"-v",
"-ff",
"ubuntu_system_settings.tests.test_system_updates.SystemUpdatesTestCases.test_no_updates_state"
]
},
{
"name": "Autopilot (sandbox)",
"cmd": [
"autopilot3-sandbox-run",
"-a",
"-v -ff -ro",
"ubuntu_system_settings.tests.test_system_updates.SystemUpdatesTestCases.test_no_updates_state"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment