Skip to content

Try to build on old Ubuntu without pthread flag #127

Try to build on old Ubuntu without pthread flag

Try to build on old Ubuntu without pthread flag #127

Workflow file for this run

name: macOS
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Get externals
run: brew install boost
- name: Build
run: |
mkdir build && cd build && \
cmake .. && cmake --build .
- name: Test FTP
working-directory: ${{github.workspace}}/build/test/bin
run: ./ftp_test
- name: Test cmdline
working-directory: ${{github.workspace}}/build/test/bin
run: ./cmdline_test