2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00

Merge pull request #7206 from gurevichmark/actions1

Trigger github action to rebuild xCAT
This commit is contained in:
besawn
2022-06-29 11:15:16 -04:00
committed by GitHub

8
.github/workflows/xcat_test.yml vendored Normal file
View File

@ -0,0 +1,8 @@
name: xcat_test
on: [push]
jobs:
xcat_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0