Skip to content

Created workflow to test compiling against fujinet-config #1

Created workflow to test compiling against fujinet-config

Created workflow to test compiling against fujinet-config #1

Workflow file for this run

name: Verify CONFIG compiles
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: fozztexx/defoogi:1.4.2
steps:
- name: Checkout this repository
uses: actions/checkout@v4
with:
path: fn-lib
- name: Checkout CONFIG
uses: actions/checkout@v4
with:
repository: FujiNetWIFI/fujinet-config
path: fn-config
- name: Build fn-lib
working-directory: fn-lib
run: |
make
- name: Compile CONFIG
working-directory: fn-config
run: |
make FUJINET_LIB=$GITHUB_WORKSPACE/fn-lib/build