init repo.
This commit is contained in:
23
.gitea/workflows/x86_64.yml
Normal file
23
.gitea/workflows/x86_64.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: x86_64
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses-on: ubuntu-22.04
|
||||
container: tqcq/aw-centos:8
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: configure
|
||||
run: |
|
||||
bash build_pjsip.sh
|
||||
- name: build
|
||||
run: |
|
||||
make -j2
|
||||
make install
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: pjsip-libs/**
|
||||
name: pjsip-libs.zip
|
||||
compress-level: 9
|
||||
|
||||
Reference in New Issue
Block a user