name: ci on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build run: mkdir build && cd build && ../cbuild