Skip to content

Commit

Permalink
adding debug info to build
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 22, 2023
1 parent 76516b9 commit d2dc27e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@
"libc6"
]
},
"debugInfo": {
"name": "Show system info",
"commands": [
"uname -a",
"lsb_release -a"
],
"dependsOn": [
"baseDependencies"
]
},
"installFfmpeg": {
"name": "Install ffmpeg",
"dependsOn": [
"baseDependencies"
"baseDependencies",
"debugInfo"
],
"aptPkgs": [
"ffmpeg"
Expand Down

0 comments on commit d2dc27e

Please sign in to comment.