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
d1b85ea4
Commit
d1b85ea4
authored
Jun 06, 2018
by
Thanassis Tsiodras
Browse files
Introduce the per-project build cache.
parent
f7bcff26
Changes
53
Hide whitespace changes
Inline
Side-by-side
Demo-opengeode/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_ABB/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
rm
-f
lift_model.zip
zip lift_model lift_model/
*
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
...
...
Demo_ACN/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,10 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_Ada_GUI/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_Blackbox/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_Bright_Ascension/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_C/build-script.sh
View file @
d1b85ea4
#!/bin/bash
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
rm
-f
simple_c_function.zip
zip simple_c_function simple_c_function/
*
...
...
Demo_CVProperties/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_C_RTEMS/build-script.sh
View file @
d1b85ea4
...
...
@@ -11,6 +11,9 @@
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:$C_INCLUDE_PATH
# unset USE_POHIC
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-f
user_init_pre.sh
]
then
echo
[
INFO] Executing user-defined init script
...
...
Demo_C_RTEMS_Gaisler/build-script.sh
View file @
d1b85ea4
...
...
@@ -11,6 +11,9 @@
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:$C_INCLUDE_PATH
# unset USE_POHIC
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-f
user_init_pre.sh
]
then
echo
[
INFO] Executing user-defined init script
...
...
Demo_ContextParams/build-script.sh
View file @
d1b85ea4
...
...
@@ -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_Crazyflie_Blink/build-script.sh
View file @
d1b85ea4
...
...
@@ -11,6 +11,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
0
]
;
then
...
...
Demo_Crazyflie_Communication/build-script.sh
View file @
d1b85ea4
...
...
@@ -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
0
]
;
then
...
...
Demo_Crazyflie_IMU/build-script.sh
View file @
d1b85ea4
...
...
@@ -9,6 +9,10 @@
# Inside these files you may set some environment variables:
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
unset
USE_POHIC
unset
USE_POHIADA
...
...
Demo_Crazyflie_IMU_Height/build-script.sh
View file @
d1b85ea4
...
...
@@ -11,6 +11,10 @@
# Inside these files you may set some environment variables:
# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
unset
USE_POHIC
unset
USE_POHIADA
...
...
Demo_Directives/build-script.sh
View file @
d1b85ea4
...
...
@@ -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_Distrib/build-script.sh
View file @
d1b85ea4
#!/bin/bash
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
cd
skels
rm
-f
a.zip
zip a a/
*
...
...
Demo_EmptySeq/build-script.sh
View file @
d1b85ea4
...
...
@@ -14,6 +14,9 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_Eth_GR740_to_PC/build-script.sh
View file @
d1b85ea4
...
...
@@ -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_ExternalLib/build-script.sh
View file @
d1b85ea4
...
...
@@ -15,6 +15,10 @@
# you will have to merge the changes with the newly-created file.
# clean first to make sure it is build on the host platform
mkdir
-p
.cache
export
PROJECT_CACHE
=
$(
pwd
)
/.cache
make
-C
contrib/
||
exit
1
if
[
-z
"
$DEPLOYMENTVIEW
"
]
...
...
Prev
1
2
3
Next
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