blob: 751dedaa1c22c66e5d79c2a2d49e229a230cdb4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{
"description": "Test environment variables",
"id": "br3028880",
"format": "bin",
"source": "br3028880.asm",
"option": "-Ox",
"environ": ["PROJECTBASEDIR=./travis/test"],
"target": [
{ "output": "br3028880.bin" }
]
}
]
|