Skip to content
Snippets Groups Projects
Commit 4259f7f6 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Create /usr/lib/include

parent c8946066
No related branches found
No related tags found
1 merge request!373Add CI pipeline
Pipeline #11961 failed
......@@ -60,6 +60,10 @@ stages:
- mkdir -p "$(dirname $PROJECT_PATH_IN_WORKSPACE)"
- ln -s "$CI_PROJECT_DIR" "$PROJECT_PATH_IN_WORKSPACE"
# Fix "CMake Error in CMakeLists.txt: Imported target "VirtualRobot" includes non-existent path "/usr/lib/include"
# (caused by at least dmp)
- mkdir -p /usr/lib/include
# Upgrade.
- axii workspace system --accept-apt-install
- axii workspace update --prefer-https
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment