Skip to content

feat: add Loaders and update README.md #9

feat: add Loaders and update README.md

feat: add Loaders and update README.md #9

Workflow file for this run

name: Build Linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install dependencies
run: sudo apt-get update &&
sudo apt-get install build-essential cmake git libx11-dev libxrandr-dev libxrender-dev libglvnd-dev libxinerama-dev libxcursor-dev libxi-dev libomp-dev
- name: Build
run: chmod +x *.sh && ./BuildLinux.sh