Skip to content

Merge pull request #10 from gyptazy/feature/9-add-default-path #10

Merge pull request #10 from gyptazy/feature/9-add-default-path

Merge pull request #10 from gyptazy/feature/9-add-default-path #10

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build+test
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
version: '14.0'
run: |
CFLAGS="-O2 -pipe -Wshadow -Werror" make
DESTDIR="${HOME}/work" make install
${HOME}/work/usr/local/bin/checkrc /etc/rc.conf