Skip to content

Commit

Permalink
refactor(action): update example JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Jan 31, 2024
1 parent 7457ad2 commit 6386be8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"repo_path": "my_super_dooper_awesome_coreboot/",
"defconfig_path": "seabios_defconfig",
"output_dir": "output/",
"docker_output_dirs": null,
"docker_output_files": [
"build/coreboot.rom",
"defconfig"
],
"blobs": {
"payload_file_path": "",
"intel_ifd_path": "",
Expand All @@ -27,6 +32,11 @@
"repo_path": "linux-${LINUX_VERSION}/",
"defconfig_path": "ci_defconfig",
"output_dir": "output/",
"docker_output_dirs": null,
"docker_output_files": [
"vmlinux",
"defconfig"
],
"gcc_version": ""
}
},
Expand All @@ -38,6 +48,10 @@
"repo_path": "Edk2/",
"defconfig_path": "edk2_config.cfg",
"output_dir": "output/",
"docker_output_dirs": [
"Build/"
],
"docker_output_files": null,
"build_command": "source ./edksetup.sh; build -a X64 -p UefiPayloadPkg/UefiPayloadPkg.dsc -b DEBUG -t GCC5"
}
}
Expand Down

0 comments on commit 6386be8

Please sign in to comment.