Skip to content

Fixes #79: Native-compiler warning: The function ‘smie-config-guess’ … #65

Fixes #79: Native-compiler warning: The function ‘smie-config-guess’ …

Fixes #79: Native-compiler warning: The function ‘smie-config-guess’ … #65

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get -y install emacs
- name: Install dependencies (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install emacs
- name: Build
run: |
emacs -Q --batch --load dtrt-indent.el --load dtrt-indent-test.el