Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
77ebad00
Commit
77ebad00
authored
Jun 06, 2018
by
Thanassis Tsiodras
Browse files
Introduce the per-project build cache.
parent
e8b5e2b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demo_ABB/build-script.sh
View file @
77ebad00
...
...
@@ -13,6 +13,9 @@
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}
# unset USE_POHIC
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
CWD
=
$(
pwd
)
if
[
-t
1
]
;
then
...
...
Demo_ACN/build-script.sh
View file @
77ebad00
...
...
@@ -13,6 +13,9 @@
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}
# unset USE_POHIC
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
CWD
=
$(
pwd
)
if
[
-t
1
]
;
then
...
...
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