Skip to content

Commit

Permalink
Update project.yml samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
deltalejo committed Jun 22, 2024
1 parent b70718b commit b1135f3
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 63 deletions.
44 changes: 23 additions & 21 deletions assets/project_as_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,29 @@
# :build_root: ./subprojectA/build
# :defines: []

# :command_hooks:
# :pre_mock_preprocess:
# :post_mock_preprocess:
# :pre_test_preprocess:
# :post_test_preprocess:
# :pre_mock_generate:
# :post_mock_generate:
# :pre_runner_generate:
# :post_runner_generate:
# :pre_compile_execute:
# :post_compile_execute:
# :pre_link_execute:
# :post_link_execute:
# :pre_test_fixture_execute:
# :post_test_fixture_execute:
# :pre_test:
# :post_test:
# :pre_release:
# :post_release:
# :pre_build:
# :post_build:
# :post_error:

################################################################
# TOOLCHAIN CONFIGURATION
################################################################
Expand Down Expand Up @@ -376,25 +399,4 @@
# :arguments: []
# :name:
# :optional: FALSE
# #These tools can be filled out when command_hooks plugin is enabled
# :pre_mock_preprocess
# :post_mock_preprocess
# :pre_mock_generate
# :post_mock_generate
# :pre_runner_preprocess
# :post_runner_preprocess
# :pre_runner_generate
# :post_runner_generate
# :pre_compile_execute
# :post_compile_execute
# :pre_link_execute
# :post_link_execute
# :pre_test_fixture_execute
# :pre_test
# :post_test
# :pre_release
# :post_release
# :pre_build
# :post_build
# :post_error
...
44 changes: 23 additions & 21 deletions assets/project_with_guts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,29 @@
# :build_root: ./subprojectA/build
# :defines: []

# :command_hooks:
# :pre_mock_preprocess:
# :post_mock_preprocess:
# :pre_test_preprocess:
# :post_test_preprocess:
# :pre_mock_generate:
# :post_mock_generate:
# :pre_runner_generate:
# :post_runner_generate:
# :pre_compile_execute:
# :post_compile_execute:
# :pre_link_execute:
# :post_link_execute:
# :pre_test_fixture_execute:
# :post_test_fixture_execute:
# :pre_test:
# :post_test:
# :pre_release:
# :post_release:
# :pre_build:
# :post_build:
# :post_error:

################################################################
# TOOLCHAIN CONFIGURATION
################################################################
Expand Down Expand Up @@ -377,25 +400,4 @@
# :arguments: []
# :name:
# :optional: FALSE
# #These tools can be filled out when command_hooks plugin is enabled
# :pre_mock_preprocess
# :post_mock_preprocess
# :pre_mock_generate
# :post_mock_generate
# :pre_runner_preprocess
# :post_runner_preprocess
# :pre_runner_generate
# :post_runner_generate
# :pre_compile_execute
# :post_compile_execute
# :pre_link_execute
# :post_link_execute
# :pre_test_fixture_execute
# :pre_test
# :post_test
# :pre_release
# :post_release
# :pre_build
# :post_build
# :post_error
...
44 changes: 23 additions & 21 deletions examples/temp_sensor/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,29 @@
# :build_root: ./subprojectA/build
# :defines: []

# :command_hooks:
# :pre_mock_preprocess:
# :post_mock_preprocess:
# :pre_test_preprocess:
# :post_test_preprocess:
# :pre_mock_generate:
# :post_mock_generate:
# :pre_runner_generate:
# :post_runner_generate:
# :pre_compile_execute:
# :post_compile_execute:
# :pre_link_execute:
# :post_link_execute:
# :pre_test_fixture_execute:
# :post_test_fixture_execute:
# :pre_test:
# :post_test:
# :pre_release:
# :post_release:
# :pre_build:
# :post_build:
# :post_error:

################################################################
# TOOLCHAIN CONFIGURATION
################################################################
Expand Down Expand Up @@ -324,25 +347,4 @@
# :arguments: []
# :name:
# :optional: FALSE
# #These tools can be filled out when command_hooks plugin is enabled
# :pre_mock_preprocess
# :post_mock_preprocess
# :pre_mock_generate
# :post_mock_generate
# :pre_runner_preprocess
# :post_runner_preprocess
# :pre_runner_generate
# :post_runner_generate
# :pre_compile_execute
# :post_compile_execute
# :pre_link_execute
# :post_link_execute
# :pre_test_fixture_execute
# :pre_test
# :post_test
# :pre_release
# :post_release
# :pre_build
# :post_build
# :post_error
...

0 comments on commit b1135f3

Please sign in to comment.