Skip to content

Delete .github/workflows/ubuntu18.yml #12

Delete .github/workflows/ubuntu18.yml

Delete .github/workflows/ubuntu18.yml #12

Workflow file for this run

name: Ubuntu 20.04 CI (GCC 9)
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.x'
- name: Use cmake
run: |
cmake -B build .
cmake --build build
./build/src/test