Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
f2c146d9
Commit
f2c146d9
authored
4 years ago
by
Guillaume Raffin
Browse files
Options
Downloads
Patches
Plain Diff
Les scripts bash
parent
db2aff3d
No related branches found
No related tags found
1 merge request
!14
A new rdbgui4sasa with automatic daemons
Pipeline
#63111
passed
4 years ago
Stage: build
Stage: release
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/daemongui/.gitignore
+1
-0
1 addition, 0 deletions
tools/daemongui/.gitignore
tools/daemongui/build.sh
+3
-0
3 additions, 0 deletions
tools/daemongui/build.sh
tools/daemongui/run.sh
+10
-0
10 additions, 0 deletions
tools/daemongui/run.sh
with
14 additions
and
0 deletions
tools/daemongui/.gitignore
+
1
−
0
View file @
f2c146d9
gui
!*.sh
This diff is collapsed.
Click to expand it.
tools/daemongui/build.sh
0 → 100755
+
3
−
0
View file @
f2c146d9
#!/bin/bash
ocamlfind ocamlc str.cma
-g
-thread
-package
lablgtk3
-linkpkg
gui.ml
-o
gui
This diff is collapsed.
Click to expand it.
tools/daemongui/run.sh
0 → 100755
+
10
−
0
View file @
f2c146d9
#!/bin/bash
set
-e
cd
$(
dirname
"
$0
"
)
exe
=
$(
readlink
-f
./gui
)
./build.sh
cd
../../test/coloring
"
$exe
"
-sut
"sasa -custd ring.dot"
--missing-vars-last
#"$exe" -sut "sasa ring.dot"
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