Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Fix reference to max.
Commit Description:
Fix reference to max.
name : Build
on : [ push , pull_request ]
jobs :
Build :
name : ${{ matrix.platform.name }}
runs-on : ${{ matrix.platform.os }}
strategy :
matrix :
platform : # !!! FIXME: figure out an efficient way to get SDL2 on the Windows/Mac bots.
- { name : Linux , os : ubuntu-20.04 , flags : -GNinja }
- { name : Windows , os : windows-latest }
- { name : MacOS , os : macos-latest }
steps :
- name : Setup Linux dependencies
if : runner.os == 'Linux'
run : |
sudo apt-get update
sudo apt-get install cmake ninja-build libsdl2-dev lemon re2c libvulkan-dev
- name : Get MojoShader sources
uses : actions/checkout@v2
- name : Configure CMake
run : cmake -B build ${{ matrix.platform.flags }}
- name : Build
run : cmake --build build/
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings