Commit Graph

  • f4c54a3fe8
    MERGE: pull request #40 from threeal/modify-workflow-trigger Alfi Maulana 2023-03-21 12:36:12 +0700
  • 6a826ca25f
    ci: trigger test.yml workflow on pull request and push only on latest and main Alfi Maulana 2023-03-21 12:29:49 +0700
  • d84a2acdb0
    MERGE: pull request #39 from threeal/ignore-dotfiles Alfi Maulana 2023-03-20 10:26:26 +0700
  • 86b304348b
    MERGE: pull request #38 from threeal/modify-dependabot-commit Alfi Maulana 2023-03-20 10:21:37 +0700
  • 65da660746
    ci: .gitignore ignore all dot-prefixed files except for Git files Alfi Maulana 2023-03-20 10:17:27 +0700
  • 9ac87be07c
    ci: add chore prefix in Dependabot commit message Alfi Maulana 2023-03-20 10:08:14 +0700
  • 0bbf0f6c82
    MERGE: pull request #37 from threeal/dependabot/github_actions/actions/checkout-3.4.0 Alfi Maulana 2023-03-20 08:52:31 +0700
  • b6684cda7b
    Bump actions/checkout from 3.3.0 to 3.4.0 dependabot[bot] 2023-03-16 10:51:25 +0000
  • 5be43ab87e
    Merge pull request #31 from threeal/main v1.1.0 Alfi Maulana 2023-01-23 16:03:36 +0700
  • 20b9c20527
    Merge pull request #36 from threeal/audit-code Alfi Maulana 2023-01-23 15:59:52 +0700
  • 42dedb7507
    audit examples in the README.md Alfi Maulana 2023-01-23 15:39:29 +0700
  • 921b31dcf4
    add a run unit tests example in the README.md Alfi Maulana 2023-01-23 15:37:40 +0700
  • 4ee1d5d7fc
    add detailed info about using the action version Alfi Maulana 2023-01-23 15:31:39 +0700
  • 0a9428a22b
    update the default value info of build-dir action input Alfi Maulana 2023-01-23 15:02:08 +0700
  • 38a0592428
    add a new feature section in the README.md Alfi Maulana 2023-01-23 14:54:21 +0700
  • cb46ab8971
    expand project description Alfi Maulana 2023-01-23 14:41:35 +0700
  • c421afa648
    modify action short description to include testing a project Alfi Maulana 2023-01-23 14:39:51 +0700
  • 5450d03d85
    Merge pull request #34 from threeal/add-run-test-input Alfi Maulana 2023-01-22 13:53:50 +0700
  • ac31ad47de
    fix debug config when running test on MSVC Alfi Maulana 2023-01-22 13:45:46 +0700
  • 354c02b686
    replace test configuration with regex match Alfi Maulana 2023-01-22 13:07:56 +0700
  • c2bf81f4d3
    ignore testing hello_world if building test_c and test_cpp Alfi Maulana 2023-01-22 12:53:38 +0700
  • c04ca4c05a
    add support to run test_c and test_cpp targets as a CMake test Alfi Maulana 2023-01-22 12:47:03 +0700
  • 03870ba3b0
    add a new test-args action input for passing additional arguments during the CTest run Alfi Maulana 2023-01-22 12:44:19 +0700
  • 633b25cfad
    add support to run hello world target as a CMake test Alfi Maulana 2023-01-22 12:32:23 +0700
  • d59afd2844
    add a new run-test input option for running tests using CTest Alfi Maulana 2023-01-22 11:53:07 +0700
  • cf153dc8e3
    Merge pull request #33 from threeal/relative-build-dir Alfi Maulana 2023-01-22 11:28:23 +0700
  • 584ef59aad
    handle the default build dir to be relative to the source dir Alfi Maulana 2023-01-22 11:23:52 +0700
  • 186353f77a
    handle the default source dir in the process inputs step Alfi Maulana 2023-01-22 11:13:03 +0700
  • 8580c9d7bf
    Merge pull request #30 from threeal/fix-msvc-flags Alfi Maulana 2023-01-17 13:16:25 +0700
  • c51d734eb9
    fix build results location on MSVC test Alfi Maulana 2023-01-17 13:07:40 +0700
  • 716f237b51
    disable warning as error on MSVC test Alfi Maulana 2023-01-17 13:06:32 +0700
  • 6548c2aab5
    specify shell to use PowerShell on Windows Alfi Maulana 2023-01-17 13:01:24 +0700
  • 8da16854fc
    guard most input values with single quotation Alfi Maulana 2023-01-17 12:51:31 +0700
  • 250f59da81
    run additional-flags-usage job on both GCC and MSVC Alfi Maulana 2023-01-17 12:46:36 +0700
  • 657a82ee9f
    fix missing CHECK_SUPASS_WARNING in additional-flags-uasage job Alfi Maulana 2023-01-17 12:34:58 +0700
  • 894b72b287
    Merge pull request #26 from threeal/audit-code v1.0.0 Alfi Maulana 2023-01-14 19:56:24 +0700
  • dd5801befd
    fix missing article in the steps's name Alfi Maulana 2023-01-14 19:49:04 +0700
  • 14c5b01b37
    convert multiple strings description in inputs usage section to be a note Alfi Maulana 2023-01-14 19:46:26 +0700
  • 47e602f22e
    audit example usages title and contents Alfi Maulana 2023-01-14 19:38:51 +0700
  • b80acf2bfb
    replace CXX term with C++ in description Alfi Maulana 2023-01-14 19:25:38 +0700
  • 5e43077b06
    Merge pull request #25 from threeal/add-compiler-flags-input Alfi Maulana 2023-01-14 18:38:02 +0700
  • 699bfa804e
    guard CMake warning if CHECK_SURPASS_WARNING is set Alfi Maulana 2023-01-14 18:07:51 +0700
  • 08b5e950b4
    add a job in test.yml workflow to test compiler flags inputs Alfi Maulana 2023-01-14 18:02:37 +0700
  • 98b40bce3e
    add option in test target to check if it could surpass a compiler warning Alfi Maulana 2023-01-14 17:59:14 +0700
  • 830ed408e9
    add compiler flags input usage in README.md Alfi Maulana 2023-01-14 17:25:15 +0700
  • 75b1d343ef
    add compiler flags inputs option Alfi Maulana 2023-01-14 17:16:54 +0700
  • dd78821b58
    Merge pull request #24 from threeal/reword-workflow-desc Alfi Maulana 2023-01-14 17:03:22 +0700
  • 25a66e3c81
    reword steps description in test.yml workflow Alfi Maulana 2023-01-14 17:00:53 +0700
  • 7fb80ad5a2
    Merge pull request #22 from threeal/update-readme Alfi Maulana 2023-01-14 15:59:00 +0700
  • 37384db37f
    add license section in README.md Alfi Maulana 2023-01-14 15:55:48 +0700
  • fe03c22b18
    fix wording in the description Alfi Maulana 2023-01-13 22:25:13 +0700
  • 6eb10c8bde
    add example usage in README.md Alfi Maulana 2023-01-13 22:16:56 +0700
  • 74b57c8136
    add inputs usage in README.md Alfi Maulana 2023-01-13 21:53:20 +0700
  • a6e04c0edd
    update description of inputs in action.yml Alfi Maulana 2023-01-13 21:38:46 +0700
  • 9db1e3860e
    add release and license badge in README.md Alfi Maulana 2023-01-13 21:18:44 +0700
  • 8468e0d7d2
    Merge pull request #21 from threeal/audit-test Alfi Maulana 2023-01-13 21:08:56 +0700
  • ec0ec4113c
    rename jobs in test.yml workflow Alfi Maulana 2023-01-13 21:02:16 +0700
  • be74c742c5
    remove -latex suffix in the matrix os strategy Alfi Maulana 2023-01-13 20:56:47 +0700
  • c72d4546ed
    remove use-action-with-specified-targets job Alfi Maulana 2023-01-13 20:54:39 +0700
  • 96983bc9db
    Merge pull request #20 from threeal/use-github-output Alfi Maulana 2023-01-13 17:07:02 +0700
  • 780dd89206
    replace passing cmake args using GitHub env with GitHub output Alfi Maulana 2023-01-12 17:57:43 +0700
  • 04440066e8
    Merge pull request #18 from threeal/use-clang-as-compiler Alfi Maulana 2023-01-12 14:39:27 +0700
  • ab9af67ec9
    merge file and configuration for test_c and test_cpp Alfi Maulana 2023-01-12 14:32:06 +0700
  • 0971b49fe1
    remove BUILD_C and BUILD_CXX option in the test project Alfi Maulana 2023-01-12 14:16:22 +0700
  • 965ce1d4a8
    test using clang with ninja Alfi Maulana 2023-01-12 14:03:53 +0700
  • 07b809b1eb
    use test_c and test_cpp with check for using clang in the use action with specified compiler job Alfi Maulana 2023-01-11 21:57:08 +0700
  • 1615d1b12a
    add option to check if using clang for test_c and test_cpp targets Alfi Maulana 2023-01-11 21:07:29 +0700
  • 085f486acb
    Merge remote-tracking branch 'origin/main' into use-clang-as-compiler Alfi Maulana 2023-01-11 17:00:33 +0700
  • dcccacb93b
    Merge pull request #19 from threeal/add-targets-input-option Alfi Maulana 2023-01-11 16:58:22 +0700
  • 99cd2fcb10
    show message if test_c and test_cpp ran successfully Alfi Maulana 2023-01-11 16:51:13 +0700
  • 6f70267077
    separate test target into 2 for C and C++ Alfi Maulana 2023-01-11 16:47:00 +0700
  • 17a40c86ca
    add use-action-with-specified-targets to test targets input in workflow Alfi Maulana 2023-01-11 15:52:55 +0700
  • 2391f1db8f
    add test target for testing targets input Alfi Maulana 2023-01-11 15:50:37 +0700
  • 4a0c149898
    add targets input option for specifying build targets Alfi Maulana 2023-01-11 15:38:28 +0700
  • 0321b5f0a7
    replace language matrix in use-action-with-specified-compiler job with os matrix Alfi Maulana 2023-01-11 13:22:25 +0700
  • 4ba6e49b5d
    Merge pull request #16 from threeal/shorter-configure-args-var-name Alfi Maulana 2023-01-11 13:09:57 +0700
  • bbd4cea370
    rename CONFIGURE_ARGS into ARGS Alfi Maulana 2023-01-11 13:07:57 +0700
  • f6a81b48ac
    Merge pull request #15 from threeal/auto-install-ninja Alfi Maulana 2023-01-10 18:41:52 +0700
  • f290ba80de
    run action with specified generator job on multiple platforms Alfi Maulana 2023-01-10 18:35:21 +0700
  • fd57ca9c23
    auto install ninja-build if generator is using Ninja Alfi Maulana 2023-01-10 18:22:43 +0700
  • b861f34750
    Merge pull request #14 from threeal/add-generator-input Alfi Maulana 2023-01-08 14:36:32 +0700
  • 111de3705b
    add workflow job to test this action with specified generator Alfi Maulana 2023-01-08 14:31:58 +0700
  • d1034b5b62
    add generator input option Alfi Maulana 2023-01-08 14:28:57 +0700
  • f60f3407cc
    Merge pull request #13 from threeal/audit-test-job Alfi Maulana 2023-01-08 14:14:25 +0700
  • 809b703d05
    remove option to build txt in the test project Alfi Maulana 2023-01-08 14:11:25 +0700
  • 44d52623ce
    remove use action with additional args test (already tested on other job Alfi Maulana 2023-01-08 14:10:50 +0700
  • 4f3e895bf2
    merge workflow job for testing source and build dir input Alfi Maulana 2023-01-08 14:05:26 +0700
  • 0a276cb8d8
    Merge pull request #11 from threeal/add-compiler-inputs Alfi Maulana 2023-01-08 13:55:29 +0700
  • 0501ce589b
    make use action with specified compiler to test invalid compiler name Alfi Maulana 2023-01-08 13:47:54 +0700
  • e21712692c
    fix multiline input by removing newline and other specifiers Alfi Maulana 2023-01-08 13:38:38 +0700
  • c7a5566aa6
    use matrix for testing action with specified C and CXX compiler Alfi Maulana 2023-01-08 12:44:44 +0700
  • 2511f03a88
    add support in test project to choose C and/or C++ to compile Alfi Maulana 2023-01-08 12:35:22 +0700
  • 582c9a40fa
    add workflow job to test this action with specified compiler Alfi Maulana 2023-01-08 12:22:23 +0700
  • 0b67ed5990
    add cxx-compiler input option Alfi Maulana 2023-01-08 12:18:05 +0700
  • 2a9ea8f96b
    Merge remote-tracking branch 'origin/main' into add-compiler-inputs Alfi Maulana 2023-01-08 12:11:17 +0700
  • c6d2f05891
    Merge pull request #12 from threeal/add-args-input Alfi Maulana 2023-01-08 12:06:03 +0700
  • 9daa965e35
    fix wrong set to CONFIGURE_ARGS variable Alfi Maulana 2023-01-08 12:02:00 +0700
  • 81445eb663
    reword other aguments with additional arguments Alfi Maulana 2023-01-08 11:56:59 +0700
  • f90a3ab334
    add workflow job to test this action using additional arguments Alfi Maulana 2023-01-08 11:55:37 +0700
  • 1410df2e18
    add option in test configuration to output hello_world.txt Alfi Maulana 2023-01-08 11:47:14 +0700