Skip to content

improve rakefile targets #3

improve rakefile targets

improve rakefile targets #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make install_linux
run: make install_linux
- name: test
run: make setup build test
env:
API_KEY: ${{secrets.API_KEY}}