Commit Graph

  • 1615d1b12a add option to check if using clang for test_c and test_cpp targets Alfi Maulana 2023-01-11 21:07:29 +07:00
  • 085f486acb Merge remote-tracking branch 'origin/main' into use-clang-as-compiler Alfi Maulana 2023-01-11 17:00:33 +07:00
  • dcccacb93b Merge pull request #19 from threeal/add-targets-input-option Alfi Maulana 2023-01-11 16:58:22 +07:00
  • 99cd2fcb10 show message if test_c and test_cpp ran successfully Alfi Maulana 2023-01-11 16:51:13 +07:00
  • 6f70267077 separate test target into 2 for C and C++ Alfi Maulana 2023-01-11 16:47:00 +07:00
  • 17a40c86ca add use-action-with-specified-targets to test targets input in workflow Alfi Maulana 2023-01-11 15:52:55 +07:00
  • 2391f1db8f add test target for testing targets input Alfi Maulana 2023-01-11 15:50:37 +07:00
  • 4a0c149898 add targets input option for specifying build targets Alfi Maulana 2023-01-11 15:38:28 +07:00
  • 0321b5f0a7 replace language matrix in use-action-with-specified-compiler job with os matrix Alfi Maulana 2023-01-11 13:22:25 +07:00
  • 4ba6e49b5d Merge pull request #16 from threeal/shorter-configure-args-var-name Alfi Maulana 2023-01-11 13:09:57 +07:00
  • bbd4cea370 rename CONFIGURE_ARGS into ARGS Alfi Maulana 2023-01-11 13:07:57 +07:00
  • f6a81b48ac Merge pull request #15 from threeal/auto-install-ninja Alfi Maulana 2023-01-10 18:41:52 +07:00
  • f290ba80de run action with specified generator job on multiple platforms Alfi Maulana 2023-01-10 18:35:21 +07:00
  • fd57ca9c23 auto install ninja-build if generator is using Ninja Alfi Maulana 2023-01-10 18:22:43 +07:00
  • b861f34750 Merge pull request #14 from threeal/add-generator-input Alfi Maulana 2023-01-08 14:36:32 +07:00
  • 111de3705b add workflow job to test this action with specified generator Alfi Maulana 2023-01-08 14:31:58 +07:00
  • d1034b5b62 add generator input option Alfi Maulana 2023-01-08 14:28:57 +07:00
  • f60f3407cc Merge pull request #13 from threeal/audit-test-job Alfi Maulana 2023-01-08 14:14:25 +07:00
  • 809b703d05 remove option to build txt in the test project Alfi Maulana 2023-01-08 14:11:25 +07:00
  • 44d52623ce remove use action with additional args test (already tested on other job Alfi Maulana 2023-01-08 14:10:50 +07:00
  • 4f3e895bf2 merge workflow job for testing source and build dir input Alfi Maulana 2023-01-08 14:05:26 +07:00
  • 0a276cb8d8 Merge pull request #11 from threeal/add-compiler-inputs Alfi Maulana 2023-01-08 13:55:29 +07:00
  • 0501ce589b make use action with specified compiler to test invalid compiler name Alfi Maulana 2023-01-08 13:47:54 +07:00
  • e21712692c fix multiline input by removing newline and other specifiers Alfi Maulana 2023-01-08 13:38:38 +07:00
  • c7a5566aa6 use matrix for testing action with specified C and CXX compiler Alfi Maulana 2023-01-08 12:44:44 +07:00
  • 2511f03a88 add support in test project to choose C and/or C++ to compile Alfi Maulana 2023-01-08 12:35:22 +07:00
  • 582c9a40fa add workflow job to test this action with specified compiler Alfi Maulana 2023-01-08 12:22:23 +07:00
  • 0b67ed5990 add cxx-compiler input option Alfi Maulana 2023-01-08 12:18:05 +07:00
  • 2a9ea8f96b Merge remote-tracking branch 'origin/main' into add-compiler-inputs Alfi Maulana 2023-01-08 12:11:17 +07:00
  • c6d2f05891 Merge pull request #12 from threeal/add-args-input Alfi Maulana 2023-01-08 12:06:03 +07:00
  • 9daa965e35 fix wrong set to CONFIGURE_ARGS variable Alfi Maulana 2023-01-08 12:02:00 +07:00
  • 81445eb663 reword other aguments with additional arguments Alfi Maulana 2023-01-08 11:56:59 +07:00
  • f90a3ab334 add workflow job to test this action using additional arguments Alfi Maulana 2023-01-08 11:55:37 +07:00
  • 1410df2e18 add option in test configuration to output hello_world.txt Alfi Maulana 2023-01-08 11:47:14 +07:00
  • 835c31b955 add args input option Alfi Maulana 2023-01-08 11:34:53 +07:00
  • 515c14d1b8 add c-compiler input option Alfi Maulana 2023-01-08 11:22:57 +07:00
  • 62dfe4c021 Merge pull request #9 from threeal/add-dependabot Alfi Maulana 2023-01-07 22:00:24 +07:00
  • 9c42ae1f0a add Dependabot config that check for GitHub Actions version update Alfi Maulana 2023-01-07 21:57:56 +07:00
  • 716924ee3c Merge pull request #8 from threeal/test-on-multiple-os Alfi Maulana 2023-01-07 15:39:25 +07:00
  • 5be86900fb run build result using different path on Windows Alfi Maulana 2023-01-07 15:14:54 +07:00
  • 2f7b170dab test use-action job across multiple OSs Alfi Maulana 2023-01-07 15:10:33 +07:00
  • 137e9d558f Merge pull request #6 from threeal/audit-code Alfi Maulana 2023-01-07 12:09:30 +07:00
  • b1586926f6 remove single quotation for guarding input variable Alfi Maulana 2023-01-07 12:00:15 +07:00
  • 55c772fb60 remove dot slash prefix when execute a binary Alfi Maulana 2023-01-07 11:59:09 +07:00
  • 9a981cb2b1 Merge pull request #5 from threeal/add-build-dir-input Alfi Maulana 2023-01-07 11:52:53 +07:00
  • 82c154010f add workflow step to check if default build directory is not exist Alfi Maulana 2023-01-07 11:46:17 +07:00
  • e580c4b6e5 add workflow job to test this action with specified build dir Alfi Maulana 2023-01-07 11:42:25 +07:00
  • a0fbcc2eb0 add build-dir input Alfi Maulana 2023-01-07 11:39:03 +07:00
  • 9a1f68f162 Merge pull request #4 from threeal/add-source-dir-input Alfi Maulana 2023-01-06 21:37:53 +07:00
  • 69f2474e5e add workflow step to test this action with specified source dir Alfi Maulana 2023-01-06 21:34:49 +07:00
  • d008b5582a add test status badge in the README.md Alfi Maulana 2023-01-06 21:28:15 +07:00
  • 9bc3bd6ba9 add source-dir input and a step to process inputs Alfi Maulana 2023-01-06 21:27:00 +07:00
  • c1a039da72 Merge pull request #1 from threeal/add-action Alfi Maulana 2023-01-06 21:16:45 +07:00
  • e13a53a58f use latest version of actions/checkout Alfi Maulana 2023-01-06 21:15:51 +07:00
  • 9a41887e43 move test project to the working directory during use-action job Alfi Maulana 2023-01-06 21:08:09 +07:00
  • 231bba2fa1 add test.yml workflow to test this action Alfi Maulana 2023-01-06 20:57:40 +07:00
  • f18936167f add a test project for testing this action Alfi Maulana 2023-01-06 15:23:09 +07:00
  • 074c9cd5fc add action.yml that will configure and build CMake project Alfi Maulana 2023-01-06 13:59:57 +07:00
  • ae2f4c9cde initialize project with readme and license Alfi Maulana 2023-01-06 12:39:38 +07:00