Update actions.command

Part of alire-project/alire#255
This commit is contained in:
Fabien Chouteau
2019-12-04 17:16:42 +01:00
parent dcdb42097f
commit 3ac5f37084
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ project-files = ["asis.gpr"]
[[2018.actions]]
type = "post-fetch"
command = "make setup-snames"
command = ["make", "setup-snames"]
[2018.available.'case(compiler)']
gnat-community-2018 = true
@@ -31,7 +31,7 @@ project-files = ["asis.gpr"]
[[2017.actions]]
type = "post-fetch"
command = "make setup-snames"
command = ["make", "setup-snames"]
[2017.available.'case(compiler)']
gnat-community-2018 = true
+2 -2
View File
@@ -23,11 +23,11 @@ project-files = ["build/gnat/sdlada.gpr"]
[[general.actions.'case(os)'.linux]]
type = "post-fetch"
command = "make -C build/gnat SDL_PLATFORM=linux SDL_MODE=release"
command = ["make", "-C", "build/gnat", "SDL_PLATFORM=linux", "SDL_MODE=release"]
[[general.actions.'case(os)'.windows]]
type = "post-fetch"
command = "make -C build/gnat SDL_PLATFORM=windows SDL_MODE=release"
command = ["make", "-C", "build/gnat", "SDL_PLATFORM=windows", "SDL_MODE=release"]
['2.3.1']
origin = "https://github.com/Lucretia/sdlada/archive/v2.3.1.tar.gz"
+1 -1
View File
@@ -20,7 +20,7 @@ maintainers-logins = ["mosteo"]
[[general.actions]]
type = "post-fetch"
command = "cp config/tp_xmlada_installed.gpr tp_xmlada.gpr"
command = ["cp", "config/tp_xmlada_installed.gpr", "tp_xmlada.gpr"]
['17.2']
origin = "https://github.com/AdaCore/templates-parser/archive/17.2.tar.gz"
+2 -2
View File
@@ -20,11 +20,11 @@ project-files = ["distrib/xmlada.gpr",
[[general.actions]]
type = "post-fetch"
command = "sh configure"
command = ["sh", "configure"]
[[general.actions]] # Is ordering preserved by TOML load?
type = "post-fetch"
command = "rm -f xmlada.gpr"
command = ["rm", "-f", "xmlada.gpr"]
[general.available.'case(os)']
windows = false