Skip to content

Added license.

Added license. #2

Workflow file for this run

# .github/workflows/build-macos.yml
# Last modified: 03-Feb-2024 (kobayasy)
name: macOS
on:
push:
branches:
- main
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: |
~/bin/syncTimeICOM --help