31 lines
980 B
YAML
Raw Normal View History

2020-08-22 21:56:02 -04:00
name: Ventoy CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
2020-08-22 22:04:11 -04:00
runs-on: centos-latest
2020-08-22 21:56:02 -04:00
steps:
- uses: actions/checkout@v2
2020-08-22 22:04:11 -04:00
- name: download dietlibc
run: curl -Ls https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz -O DOC/dietlibc-0.34.tar.xz
- name: download grub
run: curl -Ls https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz -O GRUB2/grub-2.04.tar.xz
- name: download edk2
run: curl -Ls https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 -O EDK2/edk2-edk2-stable201911.zip
- name: download exfat
run: curl -Ls https://codeload.github.com/relan/exfat/zip/v1.3.0 -O ExFAT/exfat-1.3.0.zip
- name: download libfuse
run: curl -Ls https://codeload.github.com/libfuse/libfuse/zip/fuse-2.9.9 -O ExFAT/libfuse-fuse-2.9.9.zip
2020-08-22 21:57:35 -04:00
- name: exec permission
run: chmod +x ./INSTALL/all_in_one.sh
2020-08-22 21:56:02 -04:00
- name: build
2020-08-22 21:58:54 -04:00
run: cd ./INSTALL/ && bash all_in_one.sh