Skip to content

Stopped displaying usage when error. #61

Stopped displaying usage when error.

Stopped displaying usage when error. #61

Workflow file for this run

# .github/workflows/build-macos.yml
# Last modified: 03-Feb-2024 (kobayasy)
name: macOS
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and install
run: |
mkdir build
cd build
../src/configure --prefix=$HOME --enable-warnall
make install distclean
cd ..
rmdir build
- name: Run
run: |
mkdir -m700 ~/pSync
echo 'psync pSync' > ~/.psync.conf
chmod 600 ~/.psync.conf
~/bin/psync --help