2020-08-23 13:28:56 +00:00
|
|
|
name: Ventoy CI
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ master ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ master ]
|
2021-01-29 05:02:51 +00:00
|
|
|
|
|
|
|
workflow_dispatch:
|
2020-08-23 13:28:56 +00: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 05:02:51 +00:00
|
|
|
name: ventoy-windows
|
|
|
|
path: INSTALL/ventoy-*windows*
|
|
|
|
- uses: actions/upload-artifact@v2
|
2021-01-29 05:35:39 +00:00
|
|
|
with:
|
2020-08-23 13:28:56 +00:00
|
|
|
name: ventoy-linux
|
|
|
|
path: INSTALL/ventoy-*linux*
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
2021-01-29 05:02:51 +00:00
|
|
|
name: ventoy-livecd
|
|
|
|
path: INSTALL/ventoy-*livecd*
|
2021-01-29 06:26:02 +00:00
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
2021-02-02 04:03:53 +00:00
|
|
|
name: xxx-build-log
|
2021-01-29 06:26:02 +00:00
|
|
|
path: DOC/build.log
|