Skip to content

Update freebsd ci

Update freebsd ci #10

Workflow file for this run

name: linux_build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install depends
run: |
sudo apt update
sudo apt install -y cmake libevent-dev
- name: Build
run: |
mkdir build
cd build
cmake ../
make