fix entity drawing #462
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |