Skip to content

fix entity drawing #462

fix entity drawing

fix entity drawing #462

Workflow file for this run

name: Tophat workflow
on: [push]
jobs:
Auto-Package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: |
sudo apt-get install gcc zip make libx11-dev libgl-dev gcc-mingw-w64-x86-64
git submodule init
git submodule update --remote
make
make cross
MakePkg-Msbuild:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- name: Build with CMake+MSbuild
run: |
git submodule init
git submodule update --remote
./msbuild.bat