Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jun 27, 2024
1 parent 0436e57 commit a667772
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ci/mpas_compilation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"command" : ".ci/tests/build.sh"
},
"optmized" :
"optimized" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug" : "afterany" }
Expand All @@ -57,7 +57,7 @@
"command" : ".ci/tests/build.sh",
"dependencies" : { "optimized" : "afterany" }
},
"optmized-double" :
"optimized-double" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug-double" : "afterany" }
Expand All @@ -76,7 +76,7 @@
{
"command" : ".ci/tests/build.sh"
},
"optmized" :
"optimized" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug" : "afterany" }
Expand All @@ -86,7 +86,7 @@
"command" : ".ci/tests/build.sh",
"dependencies" : { "optimized" : "afterany" }
},
"optmized-double" :
"optimized-double" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug-double" : "afterany" }
Expand All @@ -105,7 +105,7 @@
{
"command" : ".ci/tests/build.sh"
},
"optmized" :
"optimized" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug" : "afterany" }
Expand All @@ -115,7 +115,7 @@
"command" : ".ci/tests/build.sh",
"dependencies" : { "optimized" : "afterany" }
},
"optmized-double" :
"optimized-double" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug-double" : "afterany" }
Expand All @@ -130,7 +130,7 @@
{
"command" : ".ci/tests/build.sh"
},
"optmized" :
"optimized" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug" : "afterany" }
Expand All @@ -140,7 +140,7 @@
"command" : ".ci/tests/build.sh",
"dependencies" : { "optimized" : "afterany" }
},
"optmized-double" :
"optimized-double" :
{
"command" : ".ci/tests/build.sh",
"dependencies" : { "debug-double" : "afterany" }
Expand Down

0 comments on commit a667772

Please sign in to comment.