mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
Create test.yml
This commit is contained in:
24
.github/workflows/test.yml
vendored
Normal file
24
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Running compile script
|
||||
run: |
|
||||
source ${HOME}/.cargo/env
|
||||
env
|
||||
echo ./build.sh client
|
||||
debug:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Running compile script
|
||||
run: |
|
||||
source ${HOME}/.cargo/env
|
||||
env
|
||||
echo ./build.sh client debug
|
||||
Reference in New Issue
Block a user