Skip to content

# [opt]对搜索相关资讯判断优化,过滤yahoo相关不能访问的网址 #187

# [opt]对搜索相关资讯判断优化,过滤yahoo相关不能访问的网址

# [opt]对搜索相关资讯判断优化,过滤yahoo相关不能访问的网址 #187

Workflow file for this run

name: C/C++ CI
#on: [push]
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck