mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-02 21:00:56 +00:00
Enable core profile on CI to see what happens
This commit is contained in:
parent
e79cb49aa7
commit
fe481037b2
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -22,12 +22,12 @@ jobs:
|
||||
|
||||
- uses: ConorMacBride/install-package@v1
|
||||
with:
|
||||
apt: libsdl2-dev
|
||||
apt: libsdl2-dev python3
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_OPENGL=ON
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
|
Loading…
Reference in New Issue
Block a user