Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Github Actions CI #2

Merged
merged 39 commits into from
Jun 14, 2023
Merged

Added Github Actions CI #2

merged 39 commits into from
Jun 14, 2023

Commits on Jun 1, 2023

  1. update CMakeLists.txt

    TheTechsTech committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d080622 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    a08195e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    afff64a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    ca35bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e654a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1771729 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. ci: create ci.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fb9ce61 View commit details
    Browse the repository at this point in the history
  2. ci: update ci.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0202137 View commit details
    Browse the repository at this point in the history
  3. ci: update ci.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    12bc104 View commit details
    Browse the repository at this point in the history
  4. ci: update ci and add

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    dd2b14a View commit details
    Browse the repository at this point in the history
  5. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e424aa7 View commit details
    Browse the repository at this point in the history
  6. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a613bee View commit details
    Browse the repository at this point in the history
  7. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a1bf758 View commit details
    Browse the repository at this point in the history
  8. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fb2f845 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4ab678 View commit details
    Browse the repository at this point in the history
  10. Update taskimpl.h

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ba23f49 View commit details
    Browse the repository at this point in the history
  11. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f564ef2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f10b250 View commit details
    Browse the repository at this point in the history
  13. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b067916 View commit details
    Browse the repository at this point in the history
  14. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a07489a View commit details
    Browse the repository at this point in the history
  15. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5d8a4c5 View commit details
    Browse the repository at this point in the history
  16. ci: update ci_qemu.yml

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    612afe0 View commit details
    Browse the repository at this point in the history
  17. update CMakeLists.txt

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3cca83c View commit details
    Browse the repository at this point in the history
  18. update CMakeLists.txt

    TheTechsTech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    bd350f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    8d3f98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a7ef0 View commit details
    Browse the repository at this point in the history
  3. update arm-ucontext.h

    TheTechsTech committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6c97769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d4165d View commit details
    Browse the repository at this point in the history
  5. update taskimpl.h

    TheTechsTech committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a773dda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26c80d3 View commit details
    Browse the repository at this point in the history
  7. update

    TheTechsTech committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b876ac5 View commit details
    Browse the repository at this point in the history
  8. ci: update ci_qemu.yml

    TheTechsTech committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cb71e4e View commit details
    Browse the repository at this point in the history
  9. Update ci_qemu.yml

    TheTechsTech committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a6e1e36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    280a06c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. skip building for armv7 not linking examples

      [ 50%] Building C object CMakeFiles/testdelay.dir/examples/testdelay.c.o
      [ 54%] Linking C executable bin/testdelay
      /usr/bin/ld: lib/libtask.a(task.c.o): in function `taskcreate':
      task.c:(.text+0x1ea): undefined reference to `getmcontext'
      /usr/bin/ld: lib/libtask.a(context.c.o): in function `swapcontext':
      context.c:(.text+0x82): undefined reference to `getmcontext'
      /usr/bin/ld: context.c:(.text+0x90): undefined reference to `setmcontext'
      collect2: error: ld returned 1 exit status
    TheTechsTech committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7d85270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745660c View commit details
    Browse the repository at this point in the history
  3. ci: update ci_qemu.yml

    TheTechsTech committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    84c57b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. revert/restore skip building for armv7 not linking examples

    [ 50%] Building C object CMakeFiles/testdelay.dir/examples/testdelay.c.o
    [ 54%] Linking C executable bin/testdelay
    /usr/bin/ld: lib/libtask.a(task.c.o): in function `taskcreate':
    task.c:(.text+0x1ea): undefined reference to `getmcontext'
    /usr/bin/ld: lib/libtask.a(context.c.o): in function `swapcontext':
    context.c:(.text+0x82): undefined reference to `getmcontext'
    /usr/bin/ld: context.c:(.text+0x90): undefined reference to `setmcontext'
    collect2: error: ld returned 1 exit status
    TheTechsTech committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    74a1b41 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    a1fe2df View commit details
    Browse the repository at this point in the history