Unverified Commit 90c1c24c authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

👷 try GitHub Actions

parent bf415605
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prepare
run: mkdir build
- name: cmake
run: cd build ; cmake ..
- name: make
run: make -C build
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment