mirror of
https://github.com/haad/proxychains.git
synced 2026-09-12 19:50:06 +05:00
Add mac os build
This commit is contained in:
parent
357e4235ed
commit
4993ada3e5
32
.github/workflows/buildci.yml
vendored
32
.github/workflows/buildci.yml
vendored
@ -7,21 +7,31 @@ on:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: configure
|
||||
run: ./configure
|
||||
|
||||
- name: Build Proxychains
|
||||
run: make
|
||||
|
||||
- name: Run Proxychains
|
||||
run: ./proxychains4 -v
|
||||
- name: Build Proxychains
|
||||
run: make
|
||||
|
||||
- name: Run Proxychains
|
||||
run: ./proxychains4 -v
|
||||
build-macos:
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: configure
|
||||
run: ./configure
|
||||
|
||||
- name: Build Proxychains
|
||||
run: make
|
||||
|
||||
- name: Run Proxychains
|
||||
run: ./proxychains4 -v
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user