Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
4499f293
Commit
4499f293
authored
Apr 30, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build scripts.
parent
bf3a2677
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Demo_MultiPlatform/build-script.sh
Demo_MultiPlatform/build-script.sh
+1
-1
Demo_RI_Names/build-script.sh
Demo_RI_Names/build-script.sh
+1
-1
Demo_RTDS_SyncC/build-script.sh
Demo_RTDS_SyncC/build-script.sh
+1
-1
No files found.
Demo_MultiPlatform/build-script.sh
View file @
4499f293
#!/bin/bash
#!/bin/bash
taste-update-data-view
||
exit
1
taste-update-data-view
dataview.asn
||
exit
1
cd
skels
cd
skels
rm
-f
pinger.zip
rm
-f
pinger.zip
...
...
Demo_RI_Names/build-script.sh
View file @
4499f293
#!/bin/bash
#!/bin/bash
taste-update-data-view
||
exit
1
taste-update-data-view
TPOS_Dataview.asn
||
exit
0
rm
-f
a.zip
rm
-f
a.zip
zip a a/
*
zip a a/
*
...
...
Demo_RTDS_SyncC/build-script.sh
View file @
4499f293
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# 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.
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
taste-update-data-view
||
exit
1
taste-update-data-view
TPOS_Dataview.asn
||
exit
1
rm
-f
mysyncfunction.zip
rm
-f
mysyncfunction.zip
zip mysyncfunction mysyncfunction/
*
zip mysyncfunction mysyncfunction/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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