2020-08-23 09:28:56 -04:00
|
|
|
name: Ventoy CI
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ master ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ master ]
|
2021-01-29 00:02:51 -05:00
|
|
|
|
|
|
|
workflow_dispatch:
|
2020-08-23 09:28:56 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Run docker-compose up
|
|
|
|
run: docker-compose up
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
2021-01-29 00:02:51 -05:00
|
|
|
name: ventoy-windows
|
|
|
|
path: INSTALL/ventoy-*windows*
|
|
|
|
- uses: actions/upload-artifact@v2
|
2021-01-29 00:35:39 -05:00
|
|
|
with:
|
2020-08-23 09:28:56 -04:00
|
|
|
name: ventoy-linux
|
|
|
|
path: INSTALL/ventoy-*linux*
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
2021-01-29 00:02:51 -05:00
|
|
|
name: ventoy-livecd
|
|
|
|
path: INSTALL/ventoy-*livecd*
|
2021-01-29 01:26:02 -05:00
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: build-log
|
|
|
|
path: DOC/build.log
|