Include SDL as subproject to fix CI simulator build (#158)
This commit is contained in:
committed by
GitHub
parent
352ceacfcb
commit
72a9eb1279
@@ -0,0 +1,17 @@
|
||||
# Disabled because of issue: https://github.com/libsdl-org/setup-sdl/issues/23
|
||||
name: Build
|
||||
on: [push]
|
||||
jobs:
|
||||
Build-PC:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Configure Project
|
||||
uses: threeal/cmake-action@v2.0.0
|
||||
- name: Prepare Project
|
||||
run: cmake -S ./ -B build
|
||||
- name: Build Project
|
||||
run: cmake --build build
|
||||
Reference in New Issue
Block a user