Skip to content

making the project compilable on arch linux #215

making the project compilable on arch linux

making the project compilable on arch linux #215

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