Skip to content

fixed irritating bug in rendering that would miscalculate the tile bo… #7

fixed irritating bug in rendering that would miscalculate the tile bo…

fixed irritating bug in rendering that would miscalculate the tile bo… #7

Workflow file for this run

name: CMake
on:
push:
pull_request:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: ci/build.sh