Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hotwheels
gitlab-profile
Commits
53980a80
Commit
53980a80
authored
5 months ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
add test file
parent
0c5e05f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
testall.bash
+18
-0
18 additions, 0 deletions
testall.bash
with
18 additions
and
0 deletions
testall.bash
0 → 100755
+
18
−
0
View file @
53980a80
#!/bin/bash
set
-xev
pushd
$(
mktemp
-d
)
python3
-mvenv
venv
.
venv/bin/activate
pip
install
matplotlib
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/core.git@v0.0.0alpha
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/io.git@v0.0.0alpha
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/integrate.git@v0.0.0alpha
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/octree.git@v0.0.0alpha
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/domain.git@v0.0.0alpha
pip
install
git+ssh://git@git.ia2.inaf.it/hotwheels/PM.git@v0.0.0alpha
python3
-m
hotwheels.checkup hotwheels
popd
echo
'test ok'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment