This commit is contained in:
rjindael 2023-07-19 15:22:42 -07:00
parent c456f593ab
commit 8e8950f17b
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
2 changed files with 3 additions and 9 deletions

View File

@ -19,9 +19,9 @@ jobs:
- name: Install required packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
version: 2.0
version: 2.1
packages: >-
clang
build-essential
cmake
ninja-build
libboost-dev

View File

@ -17,10 +17,4 @@ find_package(Boost REQUIRED)
find_package(OGRE REQUIRED COMPONENTS Bites CONFIG)
find_package(pugixml REQUIRED)
add_subdirectory(Projects)
if(CI AND UNIX)
file(COPY ${OGRE_MEDIA_DIR}/Main/ DESTINATION ${CMAKE_BINARY_DIR}/shaders)
file(COPY ${OGRE_MEDIA_DIR}/RTShaderLib/ DESTINATION ${CMAKE_BINARY_DIR}/shaders)
file(COPY ${OGRE_PLUGIN_DIR}/ DESTINATION ${CMAKE_BINARY_DIR}/plugins)
endif()
add_subdirectory(Projects)