simple-template-quaternion/.github/workflows/c-cpp.yml

22 lines
337 B
YAML
Raw Normal View History

2020-07-09 12:50:35 +00:00
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2020-07-09 12:53:48 +00:00
- name: cmake-configure
uses: snickerbockers/cmake-configure@prerel1
2020-07-09 12:50:35 +00:00
- name: make
run: make
- name: make test
run: make test