Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
module_image
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
VWALUMA JEAN-MARC p2108190
module_image
Commits
f0574465
Commit
f0574465
authored
1 year ago
by
Alexandre MEYER
Browse files
Options
Downloads
Patches
Plain Diff
add integration continue script
parent
42fb9937
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+38
-0
38 additions, 0 deletions
.gitlab-ci.yml
with
38 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
38
−
0
View file @
f0574465
# Utilisation de l'image Docker avec Python et système d'exploitation de base
image
:
python:3.8
pages
:
# Définition du script qui sera exécuté dans le job
script
:
# Mettre à jour la liste des paquets disponibles et installation
-
apt update
-
apt install -y libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libpng-dev libglew-dev cmake doxygen valgrind build-essential
# Test de commandes python
-
python --version
-
g++ --version
# Creation de l'archive
-
liste=$(ls)
-
echo $liste
-
mkdir P1234567
-
mv $liste P1234567
-
ls
-
tar cfvz P1234567.tar.gz P1234567
# récupération du script
-
wget -O evalModuleImage.py https://forge.univ-lyon1.fr/Alexandre.Meyer/L2_ConceptionDevApp/-/raw/master/TD_moduleImage/evalModuleImage.py?ref_type=heads
-
ls -l
# Lancement du script
#- cat evalModuleImage.py
-
python evalModuleImage.py P1234567.tar.gz
# Définition des règles pour le job
artifacts
:
paths
:
-
public
only
:
-
main
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