Enable core profile on CI to see what happens

This commit is contained in:
2023-06-28 20:18:29 +10:00
parent e79cb49aa7
commit fe481037b2

View File

@ -22,12 +22,12 @@ jobs:
- uses: ConorMacBride/install-package@v1 - uses: ConorMacBride/install-package@v1
with: with:
apt: libsdl2-dev apt: libsdl2-dev python3
- name: Configure CMake - 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. # 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 # 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 - name: Build
# Build your program with the given configuration # Build your program with the given configuration