Redudp supports IPv6 #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: freebsd_build | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
name: A job to run test FreeBSD | |
# env: | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build in FreeBSD | |
id: test | |
uses: vmactions/freebsd-vm@v1 | |
with: | |
# envs: 'MYTOKEN MYTOKEN2' | |
usesh: true | |
prepare: pkg install -y curl libevent gmake | |
run: | | |
pwd | |
freebsd-version | |
gmake DISABLE_SHADOWSOCKS=1 |