Skip to content

Add global CMakeLists.txt and run maxwell.scm as part of the test suite #9

Add global CMakeLists.txt and run maxwell.scm as part of the test suite

Add global CMakeLists.txt and run maxwell.scm as part of the test suite #9

Workflow file for this run

name: GNU Guile 3.0
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: update
# run: |
# sudo apt update
# sudo apt install guile-3.0
# - uses: actions/checkout@v3
# - name: test
# run: |
# cd test && cmake . && make test