Merge branch 'main' of https://git.anfer.fr/OpenEngine
This commit is contained in:
@@ -38,6 +38,8 @@ jobs:
|
||||
interpreter:
|
||||
type: DefaultInterpreter
|
||||
commands: |
|
||||
echo find nethost =================================
|
||||
find /usr/share/dotnet -name "nethost.h"
|
||||
conan profile detect --force
|
||||
git submodule update --init --recursive
|
||||
conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE}
|
||||
@@ -45,12 +47,6 @@ jobs:
|
||||
|
||||
echo ====== Building =============================
|
||||
cmake --build build --config ${BUILD_TYPE}
|
||||
|
||||
echo ====== ls ===================================
|
||||
ls -la
|
||||
|
||||
echo ====== ls build =============================
|
||||
ls build -la
|
||||
envVars:
|
||||
- name: BUILD_TYPE
|
||||
value: Debug
|
||||
|
||||
Reference in New Issue
Block a user