mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Create buildci.yml
This commit is contained in:
parent
96c9f917c0
commit
912c63136b
22
.github/workflows/buildci.yml
vendored
Normal file
22
.github/workflows/buildci.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Makefile CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: configure
|
||||
run: ./configure
|
||||
|
||||
- name: Install dependencies
|
||||
run: make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user