mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-26 18:59:45 +02:00
refactor(ci): use gitea action instead of Jenkins
This commit is contained in:
16
.gitea/workflows/ci.yml
Normal file
16
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: AntOS front-end
|
||||
run-name: build Ant-OS front end
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Build-AntOS-Frontend:
|
||||
runs-on: ci-tools
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Building AntOS
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
mkdir build
|
||||
BUILDDIR=$(realpath build) make install_dev main
|
||||
- run: echo "Build status ${{ job.status }}."
|
Reference in New Issue
Block a user