Skip to content
Snippets Groups Projects
Commit 2f739777 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Ajout regle d'installation sur le serveur wims de test

parent 62de1f01
No related branches found
No related tags found
No related merge requests found
CXXFLAGS=-g -Wall -std=c++0x
docker-compile-and-run: docker-compile-and-run.cpp
install:
scp compile-and-run.sh wims@wimstest:other/bin
scp docker-compile-and-run.cpp wims@wimstest:
ssh wims@wimstest "g++ $(CXXFLAGS) docker-compile-and-run.cpp -o docker-compile-and-run; mv docker-compile-and-run other/bin; rm docker-compile-and-run.cpp"
ssh root@wimstest "chown wims:docker ~wims/other/bin/docker-compile-and-run; chmod 2755 ~wims/other/bin/docker-compile-and-run"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment