old
Gitea Actions Demo / NewLinux (push) Successful in 8s Details
Gitea Actions Demo / OldLinux (push) Successful in 6s Details
Gitea Actions Demo / SunOS (push) Successful in 27s Details

This commit is contained in:
Charadon 2023-11-17 16:59:32 -05:00
parent 96ef42b81e
commit c5d2935388
1 changed files with 12 additions and 0 deletions

View File

@ -27,3 +27,15 @@ jobs:
with:
name: hello-newlinux
path: ./hello
OldLinux:
runs-on: NewLinux
steps:
- name: Clone Repository
uses: https://gitea.com/actions/checkout@v3
- name: Compile
run: make
- name: Upload Artifacts
uses: https://gitea.com/actions/upload-artifact@v3
with:
name: hello-oldlinux
path: ./hello