Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-build
Commits
2433d78e
Verified
Commit
2433d78e
authored
Mar 22, 2021
by
Mart Lubbers
Committed by
Camil Staps
Mar 25, 2021
Browse files
fix project paths for ObjectIO examples
parent
3279eab5
Pipeline
#50337
failed with stage
in 6 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-lib-objectio/windows-x64/build.sh
View file @
2433d78e
...
...
@@ -49,6 +49,7 @@ cp build/objectio/*.obj "$TARGET/Libraries/ObjectIO/OS Windows/Clean System File
# Copy examples
mkdir
-p
$TARGET
/Examples/ObjectIO
cp
-r
src/clean-libraries-master/Examples/ObjectIO/ObjectIO
\
Examples/
*
$TARGET
/Examples/ObjectIO/
sed
-i
's/ObjectIO Examples/ObjectIO/g'
$TARGET
/Examples/ObjectIO/
*
/
*
.prj
# Copy environment
mkdir
-p
$TARGET
/Config
...
...
clean-lib-objectio/windows-x86/build.sh
View file @
2433d78e
...
...
@@ -72,6 +72,7 @@ cp -r src/clean-libraries-master/Libraries/ObjectIO/ObjectIO/* $TARGET/Libraries
# Copy examples
mkdir
-p
$TARGET
/Examples/ObjectIO
cp
-r
src/clean-libraries-master/Examples/ObjectIO/ObjectIO
\
Examples/
*
$TARGET
/Examples/ObjectIO/
sed
-i
's/ObjectIO Examples/ObjectIO/g'
$TARGET
/Examples/ObjectIO/
*
/
*
.prj
# Copy environment
mkdir
-p
$TARGET
/Config
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment