Skip to content

add syncbase.yml

add syncbase.yml #93

Workflow file for this run

name: "Build"
on:
push:
branches:
- '*'
paths:
- '*.sh'
- '.github/workflows/build.yml'
- '*.txt'
- 'conf/*'
- 'hooks/*'
pull_request:
branches:
- '*'
paths:
- '*.sh'
- '.github/workflows/build.yml'
- '*.txt'
- 'conf/*'
- 'hooks/*'
workflow_dispatch:
release:
types: [ created ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
os: ["9.0", "9.1", "9.2", "9.3"]
runs-on: ubuntu-22.04
env:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v4
- name: Creating Web console
uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 8000
- run: |
bash build.sh conf/netbsd-${{ matrix.os }}.conf
- name: Upload Release Asset
if: "contains(github.ref, 'refs/tags/')"
id: upload-release-asset
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
netbsd-${{ matrix.os }}.qcow2.xz
netbsd-${{ matrix.os }}-id_rsa.pub
netbsd-${{ matrix.os }}-host.id_rsa