Skip to content

Remove Imgur links, have all pictures in repository #214

Remove Imgur links, have all pictures in repository

Remove Imgur links, have all pictures in repository #214

Workflow file for this run

name: Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
buildUbuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup
run: sh install/setupUbuntu.sh
- name: make
run: cmake --build build --parallel