Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
AlienTrimmer
Commits
7c61c4aa
Commit
7c61c4aa
authored
Sep 24, 2020
by
Amine GHOZLANE
Browse files
Activate gitlab-ci on current version
parent
fb7c2ad0
Pipeline
#38175
failed with stage
in 5 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda_inst/build.sh
View file @
7c61c4aa
#!/bin/bash
BINDIR
=
"
$PREFIX
/bin"
echo
"
$BINDIR
"
cd
$SRC_DIR
/src/
cd
$SRC_DIR
/
alientrimmerapp/
src/
./JarMaker.sh
mv
AlienTrimmer.jar
$BINDIR
/
echo
-e
"#!/bin/bash
\n
SCRIPTPATH=
\$
(dirname
\"\$
{BASH_SOURCE[0]}
\"
)
\n
java -jar
\$
SCRIPTPATH/AlienTrimmer.jar
\$
@"
>
$BINDIR
/AlienTrimmer
...
...
conda_inst/meta.yaml
View file @
7c61c4aa
...
...
@@ -10,6 +10,7 @@ channels:
source
:
-
git_url
:
https://gitlab.pasteur.fr/aghozlan/alientrimmer.git
git_rev
:
{{
environ.get('GIT_DESCRIBE_TAG'
,
'
'
)
}}
folder
:
alientrimmerapp
#url: ftp://ftp.pasteur.fr/pub/gensoft/projects/AlienTrimmer/AlienTrimmer_0.4.0.tar.gz
#md5: 8ed76aafea9fef48f49d74b59025212d
...
...
Write
Preview
Supports
Markdown
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