未验证 提交 cef2f6bb 编写于 作者: D David Leal 提交者: GitHub

Replace Travis CI with GitHub Actions (#1688)

上级 e2c0f23c
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Hunspell
run: |
sudo apt-get update
sudo apt-get install hunspell
- name: Run cd scripts; make -k
run: cd scripts; make -k
- name: Run cd ..
run: cd ..
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册