Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isc_physics
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
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
orestis.malaspin
isc_physics
Commits
8d7cbfda
Verified
Commit
8d7cbfda
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added rc:_circuit
parent
a7c2ae5f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#24772
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-2
6 additions, 2 deletions
Makefile
with
6 additions
and
2 deletions
Makefile
+
6
−
2
View file @
8d7cbfda
...
...
@@ -27,8 +27,8 @@ all: cours.pdf cours.html
docker
:
docker-compose.yml
docker-compose run cours
chown
$(
USER
)
:
$(
GROUP
)
cours.html
chown
$(
USER
)
:
$(
GROUP
)
cours.pdf
#
chown
$(
USER
)
:
$(
GROUP
)
cours.html
#
chown
$(
USER
)
:
$(
GROUP
)
cours.pdf
docker_clean
:
docker-compose.yml
docker-compose run cours clean
...
...
@@ -86,6 +86,10 @@ deploy: all
cp
practical_work/electric_fl/
*
.pdf phys/field_lines/
cp
practical_work/electric_fl/
*
.html phys/field_lines/
cd
practical_work/electric_fl
&&
tar
cvf utils_jour.tar utils Jour
&&
tar
cvf utils_soir.tar utils Soir
&&
cp
*
.tar ../../phys/field_lines
cd
..
make
-C
practical_work/rc_circuit
cp
practical_work/rc_circuit/
*
.pdf phys/rc_circuit/
cp
practical_work/rc_circuit/
*
.html phys/rc_circuit/
clean
:
...
...
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