We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d82617 commit cfe3cd6Copy full SHA for cfe3cd6
.github/workflows/build.yml
@@ -18,7 +18,11 @@ jobs:
18
- name: Setup Build Env
19
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com//sipcapture/rtcagent/master/builder/init_env.sh)"
20
- name: Build RTCAgent
21
- run: make
+ run: make
22
+ - name: Compress
23
+ run: |
24
+ strip bin/rtcagent
25
+ upx bin/rtcagent
26
- name: Check & Run
27
run: |
28
ls -alFh bin/rtcagent
0 commit comments