Skip to content

Commit

Permalink
(Add | Test) mfontanini/presenterm <-- metis-os/hysp-pkgs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Dec 2, 2023
1 parent 454fe07 commit b99a39f
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/workflows/build_add_new_bins_x86_64_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,24 +149,38 @@ jobs:
#------------------------------------------------------------------------------------#
- name: Download (eget_x86_64)
run: |
eget "zyedidia/eget" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --to "/tmp/x86_64/eget"
eget "zyedidia/eget" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --asset "^sha" --asset "^sig" --to "/tmp/x86_64/eget"
continue-on-error: true

- name: Download (eget_aarch64_arm64)
run: |
eget "zyedidia/eget" --asset "linux" --asset "arm" --asset "64" --asset "^amd" --asset "^86" "/tmp/aarch64_arm64/eget"
eget "zyedidia/eget" --asset "linux" --asset "arm" --asset "64" --asset "^amd" --asset "^86" --asset "^sha" --asset "^sig" "/tmp/aarch64_arm64/eget"
continue-on-error: true

#SKELETON
- name: Download (SAMPLE_x86_64)
run: |
eget "SAMPLE/SAMPLE" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --to "/tmp/x86_64/SAMPLE"
eget "SAMPLE/SAMPLE" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --asset "^sha" --asset "^sig" --to "/tmp/x86_64/SAMPLE"
continue-on-error: true

#Test
- name: Download (presenterm_x86_64)
run: |
eget "mfontanini/presenterm" --asset "linux" --asset "x86_64" --asset "musl" --asset "^sha" --asset "^sig" --to "/tmp/x86_64/presenterm"
continue-on-error: true

#SKELETON
- name: Download (SAMPLE_aarch64_arm64)
run: |
eget "SAMPLE/SAMPLE" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --to "/tmp/aarch64_arm64/SAMPLE"
eget "SAMPLE/SAMPLE" --asset "linux" --asset "amd" --asset "64" --asset "^arm" --asset "^86" --asset "^sha" --asset "^sig" --to "/tmp/aarch64_arm64/SAMPLE"
continue-on-error: true


#Test
- name: Download (presenterm_aarch64_arm64)
run: |
eget "mfontanini/presenterm" --asset "linux" --asset "aarch64" --asset "musl" --asset "^sha" --asset "^sig" --to "/tmp/aarch64_arm64/presenterm"
continue-on-error: true

#------------------#
#rustup target list
#------------------#
Expand Down

0 comments on commit b99a39f

Please sign in to comment.