aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ccpp.yml
blob: 9bc8efd17b2db50179b5b461e2c2ca98fbbe1064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: build-test

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: Update g++
      run: sudo apt -y install g++-8
    - name: Test
      run: make test